Use arena_lib's hud_flags ingredient instead of deprecated disabled_huds
This commit is contained in:
parent
b240cc87d6
commit
bf278ac062
@ -35,9 +35,15 @@ arena_lib.register_minigame("block_league", {
|
|||||||
|
|
||||||
can_drop = false,
|
can_drop = false,
|
||||||
disable_inventory = true,
|
disable_inventory = true,
|
||||||
disabled_huds = {"crosshair", "minimap"},
|
|
||||||
disabled_damage_types = {"fall"},
|
disabled_damage_types = {"fall"},
|
||||||
in_game_physics = block_league.PHYSICS,
|
in_game_physics = block_league.PHYSICS,
|
||||||
|
hud_flags = {
|
||||||
|
crosshair = false,
|
||||||
|
healthbar = true,
|
||||||
|
hotbar = true,
|
||||||
|
minimap = false,
|
||||||
|
wielditem = true
|
||||||
|
},
|
||||||
|
|
||||||
custom_messages = {
|
custom_messages = {
|
||||||
celebration_nobody = NS("Tie!")
|
celebration_nobody = NS("Tie!")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user