whitespace indents

This commit is contained in:
Luke aka SwissalpS 2022-05-16 21:42:03 +02:00
parent 54afc348ee
commit ec06308990
1 changed files with 10 additions and 9 deletions

View File

@ -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},