Use arena_lib's hud_flags ingredient instead of deprecated disabled_huds

This commit is contained in:
marco_a 2024-01-12 23:23:00 +01:00
parent b240cc87d6
commit bf278ac062

View File

@ -35,9 +35,15 @@ arena_lib.register_minigame("block_league", {
can_drop = false,
disable_inventory = true,
disabled_huds = {"crosshair", "minimap"},
disabled_damage_types = {"fall"},
in_game_physics = block_league.PHYSICS,
hud_flags = {
crosshair = false,
healthbar = true,
hotbar = true,
minimap = false,
wielditem = true
},
custom_messages = {
celebration_nobody = NS("Tie!")