Update "how to chat" for touch

This commit is contained in:
tour 2024-02-14 13:59:40 +01:00
parent eb5be40a23
commit 9dff1acb83
1 changed files with 8 additions and 6 deletions

View File

@ -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" ) .. "]"
"button[8.5,8;3,0.8;ok;" .. S("OK" ) .. "]"