mirror of
https://github.com/zoriya/My3D.git
synced 2025-12-06 06:26:14 +00:00
26 lines
1.4 KiB
Plaintext
26 lines
1.4 KiB
Plaintext
<gc_scene>
|
|
<data>
|
|
<sprite name="panel" src="assets/ui/panel.png" />
|
|
<sprite name="button_background" src="assets/ui/button_background.png" />
|
|
<sprite name="check" src="assets/ui/check.png" />
|
|
<sprite name="cross" src="assets/ui/cross.png" />
|
|
<sprite name="left" src="assets/ui/left.png" />
|
|
<sprite name="right" src="assets/ui/right.png" />
|
|
<font src="assets/fonts/roboto.ttf" />
|
|
</data>
|
|
<gc_entities>
|
|
<panel src="panel" x="50%" y="45%" width="40%" height="65%" />
|
|
<text text="Options" x="50%" y="25%" />
|
|
<text text="Framerate" x="41%" y="40%"/>
|
|
<button x="53%" y="40%" click="framerate_down" sprite="left" width="2%" height="4%" />
|
|
<text x="59%" y="40%" size="18" text_id="52" />
|
|
<button x="65%" y="40%" click="framerate_up" sprite="right" width="2%" height="4%" />
|
|
<text text="Fullscreen" x="45%" y="50%" />
|
|
<button x="60%" y="50%" click="fullscreen" sprite="cross" width="5%" height="%" background_id="50" />
|
|
<text text="Resolution" x="41%" y="60%"/>
|
|
<button x="53%" y="60%" click="resolution_down" sprite="left" width="2%" height="4%" />
|
|
<text x="59%" y="60%" size="18" text_id="51" />
|
|
<button x="65%" y="60%" click="resolution_up" sprite="right" width="2%" height="4%" />
|
|
<button text="Back" x="50%" y="72%" click="goto_main_menu" color="black" width="200" resize="false" />
|
|
</gc_entities>
|
|
</gc_scene> |