1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-03-13 16:00:29 +01:00

Fix another formspec unifont issue

This commit is contained in:
syimyuzya 2021-12-04 14:42:41 +08:00
parent 79a9a23868
commit 0973bb396a

View File

@ -42,7 +42,7 @@ local function display_poster(pos, node, player)
image[0,-0.2;8.4,2;%s]
style_type[textarea;textcolor=#111]
textarea[0.3,1.5;7,8;;%s;]]=],
titletexture,
minetest.formspec_escape(titletexture),
minetest.colorize("#111",
minetest.formspec_escape(meta:get_string("text"))))