Hotbar: 4 slots instead of 8
This commit is contained in:
parent
35840a2d4f
commit
5423868956
5
init.lua
5
init.lua
@ -14,6 +14,11 @@ arena_lib.register_minigame("block_league", {
|
||||
teams = { S("red"), S("blue") },
|
||||
teams_color_overlay = { "red", "blue"},
|
||||
|
||||
hotbar = {
|
||||
slots = 4,
|
||||
background_image = "bl_gui_hotbar.png"
|
||||
},
|
||||
|
||||
join_while_in_progress = true,
|
||||
celebration_time = 5,
|
||||
|
||||
|
BIN
textures/bl_gui_hotbar.png
Normal file
BIN
textures/bl_gui_hotbar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 B |
Loading…
x
Reference in New Issue
Block a user