diff options
author | Wuzzy <almikes@aol.com> | 2014-07-06 05:18:48 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2014-07-06 05:18:48 +0200 |
commit | c4cf35a50b8efbf36317e46044e01aeff68a4ce0 (patch) | |
tree | 843611b81e3bc33720f8014f40f2cf044baef463 | |
parent | 0672f80a55bfcbea45d81b483c2aed2fb69109f4 (diff) |
Fix alignment
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |