int/uint type on all relevant fields (I hope)
This commit is contained in:
@@ -2,15 +2,11 @@
|
||||
<!-- 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' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<!-- OK button -->
|
||||
<field name='onmeet' top='189' left='361' width='46' height='16'/>
|
||||
<field name='onmeet' type='int' top='189' left='361' width='46' height='16'/>
|
||||
<field name='onwin' top='231' left='361' width='46' height='16'/>
|
||||
<field name='onflee' top='275' left='361' width='46' height='16'/>
|
||||
<field name='endy' top='309' left='460' width='39' height='16'/>
|
||||
<field name='endx' top='309' left='508' width='39' height='16'/>
|
||||
<field name='onflee' type='int' top='275' left='361' width='46' height='16'/>
|
||||
<field name='endy' type='int' top='309' left='460' width='39' height='16'/>
|
||||
<field name='endx' type='int' top='309' left='508' width='39' height='16'/>
|
||||
<text name='foe1' framed='true' top='135' left='129' width='145' height='14'/>
|
||||
<text name='foe2' framed='true' top='159' left='129' width='145' height='14'/>
|
||||
<text name='foe3' framed='true' top='183' left='129' width='145' height='14'/>
|
||||
@@ -21,8 +17,6 @@
|
||||
<text name='ally1' framed='true' top='303' left='129' width='145' height='14'/>
|
||||
<text name='ally2' framed='true' top='327' left='129' width='145' height='14'/>
|
||||
<text name='ally3' framed='true' top='351' left='129' width='145' height='14'/>
|
||||
<button name='okay' type='regular' top='370' left='489'>OK</button>
|
||||
<button name='cancel' type='regular' top='370' left='423'>Cancel</button>
|
||||
<button name='left' type='left' def-key='left' top='370' left='11'/>
|
||||
<button name='right' type='right' def-key='right' top='370' left='74'/>
|
||||
<button name='choose-foe1' type='regular' top='130' left='280'>Choose</button>
|
||||
@@ -72,4 +66,8 @@
|
||||
<text top='213' left='352' width='194' height='14'>Special called when party wins</text>
|
||||
<text top='256' left='352' width='194' height='14'>Special called if party flees</text>
|
||||
<text top='299' left='352' width='103' height='33'>Stuff done flag to eliminate encounter</text>
|
||||
|
||||
<!-- OK button -->
|
||||
<button name='okay' type='regular' top='370' left='489'>OK</button>
|
||||
<button name='cancel' type='regular' top='370' left='423'>Cancel</button>
|
||||
</dialog>
|
||||
|
Reference in New Issue
Block a user