The quit button on the pause menu now returns to the main menu

This commit is contained in:
AnonymusRaccoon
2020-03-11 18:37:03 +01:00
parent 4f8a1474e9
commit 6049e5bf34
+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>