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:
5
init.lua
5
init.lua
@ -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},
|
||||||
|
Reference in New Issue
Block a user