1
0
mirror of https://github.com/MinetestForFun/mff_hud.git synced 2024-12-22 16:50:34 +01:00

Remove whitespaces

This commit is contained in:
LeMagnesium 2015-09-23 20:55:48 +02:00
parent ce776002d0
commit fec4bedfbe

View File

@ -2,7 +2,7 @@ local hotbar_size = minetest.setting_get("hotbar_size") or 16
minetest.register_on_joinplayer(function(player)
player:hud_set_hotbar_itemcount(hotbar_size)
player:hud_set_flags({crosshair = true, hotbar = true, healthbar = false, wielditem = true, breathbar = false})
player:hud_set_hotbar_image("hud_hotbar.png")
player:hud_set_hotbar_selected_image("hud_hotbar_selected.png")