set outdoor wandering encounter locations individually
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
<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='left' type='left' def-key='left' top='370' left='11'/>
|
||||
<button name='right' type='right' def-key='right' top='370' left='74'/>
|
||||
<text name='location' framed='true' top='380' left='129' width='145' height='14'/>
|
||||
<button name='left' type='left' def-key='left' top='400' left='11'/>
|
||||
<button name='right' type='right' def-key='right' top='400' left='74'/>
|
||||
<button name='choose-foe1' type='regular' top='130' left='280'>Choose</button>
|
||||
<button name='choose-foe2' type='regular' top='154' left='280'>Choose</button>
|
||||
<button name='choose-foe3' type='regular' top='178' left='280'>Choose</button>
|
||||
@@ -29,6 +30,7 @@
|
||||
<button name='choose-ally1' type='regular' top='298' left='280'>Choose</button>
|
||||
<button name='choose-ally2' type='regular' top='322' left='280'>Choose</button>
|
||||
<button name='choose-ally3' type='regular' top='346' left='280'>Choose</button>
|
||||
<button name='choose-location' type='regular' top='375' left='280'>Choose</button>
|
||||
<button name='edit-meet' type='large' top='186' left='412'>Create/Edit</button>
|
||||
<button name='edit-win' type='large' top='229' left='412'>Create/Edit</button>
|
||||
<button name='edit-flee' type='large' top='271' left='412'>Create/Edit</button>
|
||||
@@ -43,6 +45,7 @@
|
||||
<text top='303' left='11' width='113' height='14'>Friendly (7-10)</text>
|
||||
<text top='327' left='11' width='113' height='14'>Friendly (2-4)</text>
|
||||
<text top='351' left='11' width='113' height='14'>Friendly (1)</text>
|
||||
<text name='loc-label' size='large' top='380' left='11' width='113' height='14'>Location</text>
|
||||
<text top='97' left='50' width='127' height='14'>Encounter number:</text>
|
||||
<text name='num' top='97' left='180' width='35' height='14'/>
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
@@ -68,6 +71,6 @@
|
||||
<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>
|
||||
<button name='okay' type='regular' top='400' left='489'>OK</button>
|
||||
<button name='cancel' type='regular' top='400' left='423'>Cancel</button>
|
||||
</dialog>
|
||||
|
Reference in New Issue
Block a user