Editor[food,gold]: make the windows widder,

Editor[xp]: add a cancel button,
Editor[spell]: save spells when the user clicks on next/previous pc
Shop: implements the clipping correctly when a user buys an item/spell/...
This commit is contained in:
ALONSO Laurent
2021-10-09 13:46:04 +02:00
committed by Celtic Minstrel
parent 305db909c9
commit 4d36bca489
9 changed files with 81 additions and 85 deletions

View File

@@ -12,5 +12,6 @@
<text top='99' left='72' width='164' height='16'>Experience for each level:</text>
<text name='perlevel' framed='true' top='99' left='238' width='76' height='16'/>
<text top='127' left='72' width='138' height='14'>Amount of experience:</text>
<button name='cancel' type='regular' def-key='esc' top='154' left='200'>Cancel</button>
<button name='okay' type='regular' top='154' left='270'>OK</button>
</dialog>

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='200' height='16'>How many?</text>
<button name='okay' type='regular' top='63' left='141'>OK</button>
</dialog>