mirror of
https://github.com/zoriya/My3D.git
synced 2026-06-03 18:51:19 +00:00
The quit button on the pause menu now returns to the main menu
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user