mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 11:17:30 +01:00
Fix giant text appearing when using jukebox
This commit is contained in:
parent
3ffd3f2246
commit
ea004b2904
@ -67,7 +67,6 @@ local function now_playing(player, track_id)
|
|||||||
hud_elem_type = "text",
|
hud_elem_type = "text",
|
||||||
position = { x=0.5, y=0.8 },
|
position = { x=0.5, y=0.8 },
|
||||||
offset = { x=0, y = 0 },
|
offset = { x=0, y = 0 },
|
||||||
size = { x=100, y=100},
|
|
||||||
number = 0x55FFFF,
|
number = 0x55FFFF,
|
||||||
text = text,
|
text = text,
|
||||||
z_index = 100,
|
z_index = 100,
|
||||||
|
Loading…
Reference in New Issue
Block a user