Making a good main menu that resize

This commit is contained in:
AnonymusRaccoon
2020-02-27 13:49:06 +01:00
parent 77f3e481b1
commit 3294b6a386
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<font src="assets/fonts/roboto.ttf" />
</data>
<gc_entities>
<panel src="panel" x="50%" y="40%" width="40%" height="60%"/>
<panel src="panel" x="50%" y="40%" width="300" height="50%"/>
<text text="DPR tycoon" x="50%" y="25%"/>
<button text="Start Game" x="50%" y="50%" click="start_button" color="black" />
</gc_entities>