18 lines
465 B
Lua
18 lines
465 B
Lua
-- core.hud_replace_builtin("health", {})
|
|
|
|
-- PyuTest.HUDBARS = {
|
|
|
|
-- }
|
|
|
|
-- core.hud_replace_builtin("health", {
|
|
-- hud_elem_type = "statbar",
|
|
-- text = "pyutest-bar-health.png",
|
|
-- text2 = "pyutest-bar-empty.png",
|
|
-- number = core.PLAYER_MAX_HP_DEFAULT,
|
|
-- item = core.PLAYER_MAX_HP_DEFAULT,
|
|
-- position = {x = 0.5, y = 1},
|
|
-- direction = 0,
|
|
-- size = {x = 24, y = 24},
|
|
-- offset = {x = (-10 * 24) - 25, y = -(48 + 24 + 16)},
|
|
-- })
|