mirror of
https://github.com/mt-mods/hangglider.git
synced 2025-07-01 07:50:44 +02:00
whitespace indents
This commit is contained in:
5
init.lua
5
init.lua
@ -302,8 +302,9 @@ minetest.register_on_joinplayer(function(player)
|
||||
position = {x=0, y=0},
|
||||
scale = {x=-100, y=-100},
|
||||
alignment = {x=1, y=1},
|
||||
offset = {x=0, y=0}
|
||||
}) end
|
||||
offset = {x=0, y=0},
|
||||
})
|
||||
end
|
||||
if debug then
|
||||
hangglider.debug[pname] = {id = player:hud_add({hud_elem_type = "text",
|
||||
position = {x=0.5, y=0.1},
|
||||
|
Reference in New Issue
Block a user