Files
2020-04-30 17:56:53 +02:00

17 lines
972 B
Plaintext

<gc_scene>
<data>
<sprite name="panel" src="assets/ui/sample_background.png" />
<sprite name="button_background" src="assets/ui/button_background.png" />
<sprite name="loading" src="assets/ui/background_rpg.png" />
<font src="assets/fonts/Pixellari.ttf" />
<sprite name="background" src="assets/ui/background_menu.png" />
</data>
<gc_entities>
<camera x="0" y="0" />
<panel src="background" x="50%" y="50%" width="100%" height="100%"/>
<panel src="panel" x="50%" y="60%" width="50%" height="55%"/>
<button text="Start Game" x="50%" y="47%" click="start_button" color="black" width="30%" height="20%" resize="false" />
<button text="Options" x="50%" y="61%" click="options" color="black" width="30%" height="20%" resize="false" />
<button text="Quit game" x="50%" y="75s%" click="quit" color="black" width="30%" height="20%" resize="false" />
</gc_entities>
</gc_scene>