main menu page completely moved to xml

This commit is contained in:
MihailRis
2024-03-22 18:58:08 +03:00
parent 06efdac106
commit 81641be024
2 changed files with 1 additions and 60 deletions
+1 -2
View File
@@ -9,10 +9,9 @@ function on_open()
"onclick='core.open_world(\""..name.."\")'"..
">"..
"<label pos='8,8'>"..name.."</label>"..
"<button pos='330,3' "..
"<button pos='350,5' "..
"color='#00000000' "..
"hover-color='#FFFFFF2B' "..
"padding='2,2,2,2' "..
"onclick='core.delete_world(\""..name.."\")'>"..
"<image src='gui/delete_icon' size='32,32' color='#FFFFFF80'/>"..
"</button>"..