start.xml 677 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <box id="start" height="100%" width="100%" >
  3. <box height="100%" width="10%" />
  4. <box id="buttonBox" height="100%" width="80%" horizontalAlign="center" >
  5. <vbox height="100%" width="100%" style="spacing: 20px; margin-top: 50px; " >
  6. <button id="newgame" text="New Game" horizontalAlign="center" styleName="menu" />
  7. <button id="loadgame" text="Load Game" horizontalAlign="center" styleName="menu" />
  8. <button id="options" text="Options" horizontalAlign="center" styleName="menu" />
  9. <button id="exit" text="Exit" horizontalAlign="center" styleName="menu" />
  10. </vbox>
  11. </box>
  12. <box height="100%" width="10%" />
  13. </box>