mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-03-20 19:20:21 +01:00
Fix another formspec unifont issue
This commit is contained in:
parent
79a9a23868
commit
0973bb396a
@ -42,7 +42,7 @@ local function display_poster(pos, node, player)
|
|||||||
image[0,-0.2;8.4,2;%s]
|
image[0,-0.2;8.4,2;%s]
|
||||||
style_type[textarea;textcolor=#111]
|
style_type[textarea;textcolor=#111]
|
||||||
textarea[0.3,1.5;7,8;;%s;]]=],
|
textarea[0.3,1.5;7,8;;%s;]]=],
|
||||||
titletexture,
|
minetest.formspec_escape(titletexture),
|
||||||
minetest.colorize("#111",
|
minetest.colorize("#111",
|
||||||
minetest.formspec_escape(meta:get_string("text"))))
|
minetest.formspec_escape(meta:get_string("text"))))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user