1
0
mirror of https://github.com/mt-mods/hangglider.git synced 2025-07-01 16:00:47 +02:00

whitespace indents

This commit is contained in:
Luke aka SwissalpS
2022-05-16 21:42:03 +02:00
parent 54afc348ee
commit ec06308990

View File

@ -302,8 +302,9 @@ minetest.register_on_joinplayer(function(player)
position = {x=0, y=0}, position = {x=0, y=0},
scale = {x=-100, y=-100}, scale = {x=-100, y=-100},
alignment = {x=1, y=1}, alignment = {x=1, y=1},
offset = {x=0, y=0} offset = {x=0, y=0},
}) end })
end
if debug then if debug then
hangglider.debug[pname] = {id = player:hud_add({hud_elem_type = "text", hangglider.debug[pname] = {id = player:hud_add({hud_elem_type = "text",
position = {x=0.5, y=0.1}, position = {x=0.5, y=0.1},