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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user