Files
oboe/rsrc/dialogs/new-town.xml
Celtic Minstrel 893fa1e4ff Dialog formatting
- Newlines at end of file
- Remove debug attribute
- Indentation in the XSL
2015-10-03 02:50:44 -04:00

41 lines
2.0 KiB
XML

<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog skin='light' defbtn='okay'>
<!-- OK Button -->
<field name='name' top='85' left='140' width='152' height='16'>Town name</field>
<button name='okay' type='regular' top='221' left='264'>OK</button>
<pict type='dlog' num='16' top='8' left='8'/>
<text size='large' top='6' left='50' width='256' height='17'>Create New Town</text>
<text top='86' left='50' width='84' height='14'>Town name:</text>
<text top='111' left='50' width='77' height='14'>Town size:</text>
<!--
TODO: Move these LED labels into the LED elements
-->
<text top='111' left='145' width='139' height='14'>Large (64x64)</text>
<text top='128' left='145' width='139' height='14'>Medium (48x48)</text>
<text top='145' left='145' width='139' height='14'>Small (32x32)</text>
<group name='size'>
<led name='lg' top='114' left='301' state='red'/>
<led name='med' top='131' left='301'/>
<led name='sm' top='148' left='301'/>
</group>
<text top='164' left='51' width='105' height='14'>Preset terrain:</text>
<!--
TODO: Move these LED labels into the LED elements. Or better yet, put a field and a Choose button so they can pick any base terrain they want.
-->
<text top='164' left='168' width='100' height='15'>Just cave floor</text>
<text top='181' left='168' width='102' height='15'>Plain Grass</text>
<text top='198' left='168' width='127' height='15'>Grass with flowers</text>
<group name='preset'>
<led name='cave' top='167' left='301' state='red'/>
<led name='grass' top='184' left='301'/>
<led name='flowers' top='201' left='301'/>
</group>
<text top='28' left='50' width='147' height='14'>Creating town number:</text>
<text name='num' top='28' left='201' width='33' height='14'/>
<button name='cancel' type='regular' def-key='esc' top='221' left='199'>Cancel</button>
<text top='49' left='66' width='260' height='28'>
Note: Your new town will be tacked onto the end of your current town list.
</text>
</dialog>