1
0
mirror of https://github.com/Sokomine/replacer.git synced 2025-07-04 17:10:44 +02:00

Move hud over statbars

This commit is contained in:
kakalak-lumberjack
2022-11-27 06:47:56 -05:00
parent 54c85a8ee0
commit a6f004e4df
10 changed files with 354 additions and 332 deletions

View File

@ -1,4 +1,4 @@
-- HUD support added by lumberJack
-- HUD support added by lumberJack 2021
-- store Hud ids by playername
replacer.hud_ids = {};
@ -14,8 +14,8 @@ function replacer.set_hud(playername, message)
hud_elem_type = "text",
name = "Replacer",
number = 0xFFFFFF,
position = {x=0.7, y=1},
offset = {x=0, y=-8},
position = {x=0.5, y=1},
offset = {x = (-10 * 24) - 25, y = -(64 + 24 + 16)},
text = message,
scale = {x=200, y=60},
alignment = {x=1, y=-1},