reorder make-scenario1

This commit is contained in:
2025-02-18 10:49:53 -06:00
committed by Celtic Minstrel
parent 06abd20f8f
commit 0f4b1124f6

View File

@@ -2,23 +2,26 @@
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog defbtn='okay'>
<field name='name' top='34' left='351' width='125' height='32'>Scenario name</field>
<field name='author' top='96' left='351' width='125' height='16'>Your name</field>
<button name='okay' type='regular' top='205' left='424'>OK</button>
<text size='large' top='6' left='50' width='194' height='14'>Create a new scenario:</text>
<text top='76' left='52' width='292' height='56'>
What is your name, for crediting purposes? <br/>
This will be stored in the scenario but cannot easily be changed later.
</text>
<text top='32' left='52' width='292' height='40'>
What is the name of your new scenario?
(max. length 30 characters) <br/>
Examples: 'Hammer of Thor', 'Dragon's Quest'
</text>
<pict type='dlog' num='16' top='8' left='8'/>
<button name='cancel' type='regular' top='205' left='358' def-key='esc'>Cancel</button>
<text size='large' top='6' left='50' width='194' height='14'>Create a new scenario:</text>
<text top='32' left='52' width='292' height='40'>
What is the name of your new scenario?<br/>
Examples: 'Hammer of Thor', 'Dragon's Quest'<br/>
(max. length 30 characters)
</text>
<field name='name' top='34' left='351' width='125' height='32'>Scenario name</field>
<text top='96' left='52' width='292' height='56'>
What is your name or handle, for crediting purposes?
</text>
<field name='author' top='96' left='351' width='125' height='16'>Your name</field>
<led name='surface' state='off' top='139' left='51'>Outdoors are above-ground</led>
<text top='154' left='70' width='291' height='55'>
(If enabled, the default outdoors will have grass instead of cave floor.)
</text>
<button name='cancel' type='regular' top='205' left='358' def-key='esc'>Cancel</button>
<button name='okay' type='regular' top='205' left='424'>OK</button>
</dialog>