From 9dff1acb837abd0a1d2bb9497e2b4df9d41ddc9c Mon Sep 17 00:00:00 2001 From: tour Date: Wed, 14 Feb 2024 13:59:40 +0100 Subject: [PATCH] Update "how to chat" for touch --- specs.lua | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/specs.lua b/specs.lua index 686ce1e..3b21d69 100644 --- a/specs.lua +++ b/specs.lua @@ -98,7 +98,7 @@ chat_formspec.misc_fs.chat_PC = "" .. chat_formspec.misc_fs.chat_touch = "" .. "formspec_version[2]" .. - "size[12,9.5]" .. + "size[20,9.5]" .. "style_type[*;noclip=true]" .. "style_type[label;font=bold;font_size=+5]" .. @@ -110,10 +110,12 @@ chat_formspec.misc_fs.chat_touch = "" .. "image[0.5,2.35;0.75,1;rare_controls.png]" .. "image[3,2.35;1,1;chat_btn.png]" .. "label[0.5,3.85;" .. S("3) Write the text you want to send to the public chat") .. "]" .. - "label[0.5,4.35;" .. S("4) send your Text by pressing 'Enter'") .. "]" .. + "label[0.5,4.35; " .. S("in case you do not want everyone to see you text, add a '/m playername' in front of you text.") .. "]" .. + "label[0.5,4.85; " .. S("only the player with the name you specified will see your text then") .. "]" .. + "label[0.5,5.35;" .. S("4) send your Text by pressing 'Enter'") .. "]" .. - "label[0.5,5;" .. S("In case you can't see the chat, try pressing the following buttons:") .. "]" .. - "image[0.5,5.5;1,1;gear_icon.png]" .. - "image[3,5.5;1,1;chat_show_btn.png]" .. + "label[0.5,6;" .. S("In case you can't see the chat, try pressing the following buttons:") .. "]" .. + "image[0.5,6.5;1,1;gear_icon.png]" .. + "image[3,6.5;1,1;chat_show_btn.png]" .. - "button[4.5,8;3,0.8;ok;" .. S("OK" ) .. "]" \ No newline at end of file + "button[8.5,8;3,0.8;ok;" .. S("OK" ) .. "]" \ No newline at end of file