version numbers in about tab are now correct

This commit is contained in:
Looki2000 2023-02-26 21:15:22 +01:00
parent 5b329fc179
commit 2e4198eb2b

View File

@ -186,7 +186,7 @@ return {
local fs = "image[1.5,0.6;2.5,2.5;" .. core.formspec_escape(logofile) .. "]" ..
"style[label_button;border=false]" ..
"button[0.1,3.4;5.3,0.5;label_button;" ..
core.formspec_escape("SussyCraft 0.8") .. "]" ..
core.formspec_escape("SussyCraft " .. core.get_version().string) .. "]" ..
-- original x positions: 1.5 and 2.5
"button[1.1,4.1;3.3,0.8;homepage;Privacy Policy]" ..