Fix alignment
This commit is contained in:
parent
0672f80a55
commit
c4cf35a50b
1
init.lua
1
init.lua
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user