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