Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- Children={
- {
- X=0,
- Y=2,
- Name="headerTitle",
- Align="Center",
- Width="100%",
- Type="Label",
- Text='Dragon Spawner',
- TextColour='magenta'
- },
- {
- X="10%",
- Y=3,
- Width="80%",
- Name="headerTitle_seperator",
- Type="Separator",
- Colour='white'
- },
- {
- X=1,
- Y=5,
- Width="40%, -2",
- Name="dragonCount_label",
- Type="Label",
- Align="Right",
- Text='How many?',
- TextColour='white'
- },
- {
- X="41%",
- Y=5,
- Name="dragonCount",
- Maximum=1000,
- Height=1,
- Width=8,
- Type="NumberBox"
- },
- {
- X=1,
- Y=7,
- Width="40%, -2",
- Align="Right",
- Name="dragonDelay_label",
- Type="Label",
- Text='Delay (s)',
- TextColour='white'
- },
- {
- X="41%",
- Y=7,
- Name="dragonDelay",
- Maximum=86400,
- Value=1,
- Height=1,
- Width=8,
- Type="NumberBox"
- },
- {
- X="41%, 9",
- Y=7,
- Name="dragonDelay_add1m",
- Text="1m",
- Height=1,
- Width=2,
- BackgroundColour="green",
- Type="Button"
- },
- {
- X="41%, 12",
- Y=7,
- Name="dragonDelay_add1h",
- BackgroundColour="green",
- Text="1h",
- Height=1,
- Width=2,
- Type="Button"
- },
- {
- X="41%, 15",
- Y=7,
- Name="dragonDelay_subtract1m",
- BackgroundColour="red",
- Text="1m",
- Height=1,
- Width=2,
- Type="Button"
- },
- {
- X="41%, 18",
- Y=7,
- Name="dragonDelay_subtract1h",
- BackgroundColour="red",
- Text="1h",
- Height=1,
- Width=2,
- Type="Button"
- },
- {
- X="20%",
- Y=9,
- Name="Submit",
- Width="60%",
- Height="3",
- BackgroundColour="green",
- Text="Start",
- Type="Button"
- },
- },
- BackgroundColour='black',
- TextColour='white'
- }
Advertisement
Add Comment
Please, Sign In to add comment