mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 23:03:56 -07:00
150 lines
2.8 KiB
XML
Executable file
150 lines
2.8 KiB
XML
Executable file
<?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
|
|
|
|
<!DOCTYPE objects SYSTEM "gui.dtd">
|
|
|
|
<objects>
|
|
<object
|
|
name="backdrop3"
|
|
type="button"
|
|
sprite="sprite1"
|
|
size="0 0 600 300"
|
|
z="100"
|
|
/>
|
|
|
|
<object
|
|
type="button"
|
|
sprite="white-border"
|
|
size="320 320 460 350"
|
|
z="10"
|
|
textcolor="230 230 230"
|
|
textcolor-over="0 230 230"
|
|
textcolor-pressed="0 0 0"
|
|
textcolor-disabled="230 230 230"
|
|
>This is a button</object>
|
|
|
|
|
|
<object
|
|
name="backdrop43"
|
|
type="text"
|
|
sprite="white-border"
|
|
size="500 400 900 700"
|
|
z="10"
|
|
textcolor="230 230 230"
|
|
scrollbar="true"
|
|
>[font=Verdana25.fnt]Ragnarok [icon][/font]
|
|
|
|
In[imgleft] Norse [color="255 0 0"]mythology[/color], Ragnarok ("doom of the powers" or "destruction of the powers", where "powers" means [imgright]"gods") is the battle at the end of the world. It[icon] will be waged between th[icon]e gods (the Aesir, led by Odin) and the evils (the fire giants, the Jotuns and various monsters, led by Loki). Not only will the gods, giants and monsters perish in this apocalyptic conflagration, but almost everything in the universe will be torn asunder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[color="255 255 0"][imgleft=tredje]- Dr Monkey[/color]</object>
|
|
|
|
|
|
|
|
<!-- <object
|
|
name="backdrop"
|
|
type="text"
|
|
sprite="grey"
|
|
size="200 450 320 700"
|
|
scrollbar-style="sb"
|
|
z="100"
|
|
/>
|
|
|
|
<object
|
|
name="backdrop2"
|
|
type="text"
|
|
sprite="sprite1-disabled"
|
|
size="600 300 920 500"
|
|
scrollbar-style="sb"
|
|
z="100"
|
|
hidden="true"
|
|
/>
|
|
-->
|
|
<object
|
|
name="Child1"
|
|
type="button"
|
|
style="button"
|
|
size="100%-140 10 100%-10 140"
|
|
z="200"
|
|
textcolor="0 0 0"
|
|
>Child1</object>
|
|
|
|
|
|
<object
|
|
name="Child2"
|
|
type="button"
|
|
style="button"
|
|
size="10 10 140 40"
|
|
z="200"
|
|
textcolor="0 0 0"
|
|
>Child2</object>
|
|
|
|
<object>
|
|
<object
|
|
name="Child3"
|
|
type="radiobutton"
|
|
style="button"
|
|
size="150 10 280 40"
|
|
z="200"
|
|
square-side="20"
|
|
/>
|
|
|
|
<object
|
|
name="Child5"
|
|
type="radiobutton"
|
|
style="button"
|
|
size="150 50 280 80"
|
|
z="200"
|
|
square-side="20"
|
|
checked="true"
|
|
/>
|
|
|
|
<object
|
|
name="Child6"
|
|
type="radiobutton"
|
|
style="button"
|
|
size="150 90 280 120"
|
|
z="200"
|
|
square-side="20"
|
|
checked="true"
|
|
/>
|
|
</object>
|
|
|
|
<object
|
|
type="button"
|
|
style="button"
|
|
size="290 10 420 40"
|
|
z="200"
|
|
/>
|
|
|
|
<object
|
|
type="button"
|
|
style="button"
|
|
size="290 50 420 80"
|
|
z="200"
|
|
/>
|
|
|
|
<object
|
|
type="button"
|
|
style="button"
|
|
size="290 90 420 120"
|
|
z="200"
|
|
/>
|
|
|
|
<object
|
|
type="button"
|
|
style="button"
|
|
size="290 130 420 160"
|
|
z="200"
|
|
/>
|
|
|
|
<object name="a1" type="button" size="50% 0 100% 50" z="20"><object name="a2" type="button" size="-100 10 11 40" z="22" absolute="false"/>
|
|
<object name="a3" type="button" size="100%-200 10 100%-110 40" z="22" />
|
|
<object name="a4" type="button" size="100%-300 10 100%-210 40" z="22" />
|
|
</object>
|
|
|
|
</objects>
|