mirror of
https://github.com/zoriya/My3D.git
synced 2026-05-26 07:49:45 +00:00
7 lines
531 B
Plaintext
7 lines
531 B
Plaintext
<gc_entities>
|
|
<button sprite="black_background" x="50%" y="50%" width="100%" height="100%" click="catch" tag="pause" />
|
|
<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 to menu" x="50%" y="72%" click="goto_main_menu" color="black" width="200" resize="false" tag="pause" />
|
|
</gc_entities> |