45 lines
1.3 KiB
XML
45 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<demo:StartMenuWindow
|
|
xmlns:base="com.bartlomiejpluta.base.lib.gui"
|
|
xmlns:demo="com.bartlomiejpluta.demo.gui"
|
|
windowPosition="bottom"
|
|
margin="10f"
|
|
padding="20f">
|
|
|
|
<base:VLayout width="200f">
|
|
<base:Label
|
|
font="A.fonts.roboto_regular.uid"
|
|
width="relative"
|
|
alignment="top|center"
|
|
red="1f"
|
|
green="1f"
|
|
blue="1f"
|
|
alpha="0.5f"
|
|
fontSize="30f">Menu
|
|
</base:Label>
|
|
|
|
<base:VOptionChoice ref="menu" width="relative">
|
|
<demo:Button
|
|
ref="new_game"
|
|
font="A.fonts.roboto_regular.uid"
|
|
width="relative"
|
|
red="1f"
|
|
green="1f"
|
|
blue="1f"
|
|
fontSize="17f">New Game
|
|
</demo:Button>
|
|
|
|
<demo:Button
|
|
ref="exit"
|
|
font="A.fonts.roboto_regular.uid"
|
|
width="relative"
|
|
red="1f"
|
|
green="1f"
|
|
blue="1f"
|
|
fontSize="17f">Exit
|
|
</demo:Button>
|
|
</base:VOptionChoice>
|
|
</base:VLayout>
|
|
|
|
</demo:StartMenuWindow> |