settings panel moved to xml (WIP)

This commit is contained in:
MihailRis
2024-04-20 03:01:37 +03:00
parent 7cb5b2eb70
commit 9cdf3ff016
33 changed files with 254 additions and 143 deletions
+15
View File
@@ -0,0 +1,15 @@
<container
size='380,46'
color='#0F1E2DB2'
hover-color='#162B3399'
onclick='core.open_world("%{name}")'
>
<label pos='8,8'>%{name}</label>
<button pos='350,5'
color='#00000000'
hover-color='#FFFFFF2B'
padding='0'
onclick='core.delete_world("{%{name}}")'>
<image src='gui/delete_icon' size='32,32' color='#FFFFFF80'/>
</button>
</container>