mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 15:21:06 +01:00
Improved look on the mobile device
Now the food doesn't cover the full screen on mobile devices... ...at the cost of stretching at ultrawide or portrait aspect ratios.
This commit is contained in:
parent
8d5c9996a2
commit
e582c3bb97
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ local function init_hud(player)
|
||||||
hud_elem_type = "image",
|
hud_elem_type = "image",
|
||||||
text = "blank.png",
|
text = "blank.png",
|
||||||
position = {x = 0.5, y = 1},
|
position = {x = 0.5, y = 1},
|
||||||
scale = {x = 30, y = 30},
|
scale = {x = -25, y = -45},
|
||||||
alignment = {x = 0, y = -1},
|
alignment = {x = 0, y = -1},
|
||||||
offset = {x = 0, y = -30},
|
offset = {x = 0, y = -30},
|
||||||
z_index = -200,
|
z_index = -200,
|
||||||
|
|
Loading…
Reference in a new issue