version numbers in about tab are now correct
This commit is contained in:
parent
5b329fc179
commit
2e4198eb2b
@ -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]" ..
|
||||
|
Loading…
Reference in New Issue
Block a user