* add URL support to Label element and XML parsing * refactor Label URL handling to use getter method in setURL * implement URL opening confirmation dialog and platform-specific URL handling * fix: fixed build errors * remove: delete test link label from worlds.xml * refactor: remove URL handling from Label class and XML parsing * refactor: clean up Label class by removing unnecessary whitespace and improving code readability * refactor: remove unused URL member from Label class * refactor: remove unused URL attribute from XML UI documentation and related code * refactor: improve code readability by adding whitespace and formatting adjustments in Label class * refactor: improve whitespace consistency in Label class and add URL opening functionality in libcore
9 lines
392 B
XML
9 lines
392 B
XML
<panel size='400' color='0' interval='1' context='menu'>
|
|
<button onclick='menu.page="new_world"'>@New World</button>
|
|
|
|
<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>
|