worlds menu added

This commit is contained in:
LumperBumper
2024-11-19 19:16:32 +05:00
committed by GitHub
parent e70d30b9a2
commit 58d2637e9d
10 changed files with 28 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
<panel size='400' color='0' interval='1' context='menu'>
<panel id='worlds' size='390,1' padding='5' color='#FFFFFF11' max-length='400'>
</panel>
<button pos='485,525' size='500,40' onclick='core.open_folder("user:worlds")'>@Open worlds folder</button>
<button onclick='menu:back()'>@Back</button>
</panel>