mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-05-24 23:35:24 +00:00
7 lines
575 B
Plaintext
7 lines
575 B
Plaintext
<gc_entities>
|
|
<panel src="panel" x="50%" y="45%" width="40%" height="69%" tag="pause" />
|
|
<text text="Pause" x="50%" y="25%" resize="false" tag="pause"/>
|
|
<button text="Resume" x="50%" y="35%" click="toggle_pause" color="black" width="30%" height="20%" resize="false" tag="pause" />
|
|
<button text="Options" x="50%" y="50%" click="options" color="black" width="30%" height="20%" resize="false" tag="pause" />
|
|
<button text="Quit to menu" x="50%" y="65%" click="goto_main_menu" color="black" width="30%" height="20%" resize="false" tag="pause" />
|
|
</gc_entities> |