overworld_dialog.stkgui 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <div x="5%" y="5%" width="90%" height="90%" layout="vertical-row" >
  4. <header id="title" width="100%" text_align="center" text="Paused" proportion="3" />
  5. <!-- FIXME: some play in proportions occur below because the text of an icon
  6. button is added UNDER it and not within its allocated height -->
  7. <icon-button id="backbtn" align="center" icon="gui/back.png" extend_label="200"
  8. I18N="In the in-game dialog" text="Back to Game" proportion="3"/>
  9. <spacer width="20" height="50" />
  10. <buttonbar id="choiceribbon" proportion="4" width="100%" align="center">
  11. <icon-button id="selectkart" width="128" height="128" icon="gui/random_kart.png"
  12. I18N="In the in-game dialog" text="Select kart" word_wrap="true"/>
  13. <icon-button id="options" width="128" height="128" icon="gui/main_options.png"
  14. I18N="In the in-game dialog" text="Options" word_wrap="true"/>
  15. <icon-button id="help" width="128" height="128" icon="gui/main_help.png"
  16. I18N="In the in-game dialog" text="Help" word_wrap="true"/>
  17. <icon-button id="exit" width="128" height="128" icon="gui/main_quit.png"
  18. I18N="In the in-game dialog" text="Back to menu" word_wrap="true"/>
  19. </buttonbar>
  20. <spacer width="20" height="35" />
  21. </div>
  22. </stkgui>