Skip to content

Instantly share code, notes, and snippets.

@born2snipe
Created December 22, 2019 17:28
Show Gist options
  • Save born2snipe/676d852294ee82a10979c4c8088c67ca to your computer and use it in GitHub Desktop.
Save born2snipe/676d852294ee82a10979c4c8088c67ca to your computer and use it in GitHub Desktop.
mini2dx UI xml
<?xml version="1.0"?>
<container id="MainMenu" xmlns="https://github.com/mini2Dx/mini2Dx">
<flex-row id="mainColumn">
<text-button id="newGameButton" text="Play"/>
<text-button id="leaderboardButton" text="Leaderboard"/>
<text-button id="quitButton" text="Quit"/>
</flex-row>
</container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment