1
0
mirror of https://repo.or.cz/minetest_playereffects.git synced 2024-09-27 15:20:21 +02:00

Fix alignment

This commit is contained in:
Wuzzy 2014-07-06 05:18:48 +02:00
parent 0672f80a55
commit c4cf35a50b

View File

@ -161,6 +161,7 @@ function playereffects.hud_effect(effect_type_id, player, pos)
name = "effect_"..effect_type_id,
text = playereffects.effect_types[effect_type_id].description,
scale = { x = 20, y = 100},
alignment = 1,
direction = 1,
number = 0xFFFFFF,
offset = { x = 0, y = pos*20 }