update UI and code to clarify that out wandering locs are shared
This commit is contained in:
@@ -17,9 +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'/>
|
||||
<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>
|
||||
@@ -30,7 +27,6 @@
|
||||
<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>
|
||||
@@ -45,7 +41,6 @@
|
||||
<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'/>
|
||||
@@ -70,7 +65,22 @@
|
||||
<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>
|
||||
|
||||
|
||||
<text name='loc-label' size='large' top='380' left='11' width='113' height='14'>Locations</text>
|
||||
<text name='loc-label2' top='394' left='11' width='113' height='14'>(Any group can appear at any location.)</text>
|
||||
|
||||
<text name='loc1' framed='true' top='380' left='129' width='55' height='14'/>
|
||||
<button name='choose-loc1' type='tiny' relative='pos abs' rel-anchor='prev' top='381' left='7'/>
|
||||
<text name='loc2' framed='true' relative='pos abs' rel-anchor='prev' top='380' left='10' width='55' height='14'/>
|
||||
<button name='choose-loc2' type='tiny' relative='pos abs' rel-anchor='prev' top='381' left='7'/>
|
||||
<text name='loc3' framed='true' relative='pos abs' rel-anchor='prev' top='380' left='10' width='55' height='14'/>
|
||||
<button name='choose-loc3' type='tiny' relative='pos abs' rel-anchor='prev' top='381' left='7'/>
|
||||
<text name='loc4' framed='true' top='380' relative='pos abs' rel-anchor='prev' left='10' width='55' height='14'/>
|
||||
<button name='choose-loc4' type='tiny' relative='pos abs' rel-anchor='prev' top='381' left='7'/>
|
||||
|
||||
<button name='left' type='left' def-key='left' top='412' left='11'/>
|
||||
<button name='right' type='right' def-key='right' top='412' left='74'/>
|
||||
<!-- OK button -->
|
||||
<button name='okay' type='regular' top='400' left='489'>OK</button>
|
||||
<button name='cancel' type='regular' top='400' left='423'>Cancel</button>
|
||||
<button name='okay' type='regular' top='412' left='489'>OK</button>
|
||||
<button name='cancel' type='regular' top='412' left='423'>Cancel</button>
|
||||
</dialog>
|
||||
|
Reference in New Issue
Block a user