mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +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:
@ -133,7 +133,7 @@ local function init_hud(player)
|
||||
hud_elem_type = "image",
|
||||
text = "blank.png",
|
||||
position = {x = 0.5, y = 1},
|
||||
scale = {x = 30, y = 30},
|
||||
scale = {x = -25, y = -45},
|
||||
alignment = {x = 0, y = -1},
|
||||
offset = {x = 0, y = -30},
|
||||
z_index = -200,
|
||||
|
Reference in New Issue
Block a user