This commit is contained in:
Clément Le Bihan
2020-03-12 10:39:17 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
<panel src="panel" x="50%" y="45%" width="300" height="69%" tag="pause" />
<text text="Pause" x="50%" y="25%" resize="false" tag="pause"/>
<button text="Resume" x="50%" y="61%" click="toggle_pause" color="black" width="200" resize="false" tag="pause" />
<button text="Quit game" x="50%" y="72%" click="quit" color="black" width="200" resize="false" tag="pause" />
<button text="Quit to menu" x="50%" y="72%" click="goto_main_menu" color="black" width="200" resize="false" tag="pause" />
</gc_entities>