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