new debug action: fight an outdoor encounter

This commit is contained in:
2025-01-25 21:39:19 -06:00
parent 2809cd8eef
commit e9997eb9ba
7 changed files with 80 additions and 28 deletions

View File

@@ -3,6 +3,6 @@
<dialog defbtn='okay'>
<field name="number" type='int' top='33' left='90' width='75' height='16'/>
<pict type='dlog' num='2' top='8' left='8'/>
<text name='prompt' size='large' top='8' left='49' width='163' height='16'>How many?</text>
<text name='prompt' size='large' top='8' left='49' width='193' height='16'>How many?</text>
<button name='okay' type='regular' top='63' left='141'>OK</button>
</dialog>