newGame.xml 372 B

12345678
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <box width="100%" height="100%" >
  3. <vbox width="80%" height="80%" horizontalAlign="center"
  4. verticalAlign="center" style="background-color: grey; border: 2px solid red; opacity: 1;" >
  5. <label text="New Game" style="color: white; font-size: 72px;" />
  6. <button id="cont" text="Continue" />
  7. </vbox>
  8. </box>