Discord Button Added and changed the size of the buttons

This commit is contained in:
Kacper Kostka
2023-02-23 16:57:33 +01:00
parent 5d3330377e
commit 2a86ec6734
11 changed files with 35 additions and 48 deletions

View File

@@ -205,7 +205,7 @@ local function get_formspec(tabview, name, tabdata)
end
else
retval = retval ..
"button[7.9,4.75;4.1,1;play;" .. fgettext("Play Selected World") .. "]"
"button[7.9,4.75;4.1,1;play;" .. fgettext("Play Game") .. "]"
end
return retval