Files
oboe/rsrc/dialogs/edit-xp.xml
ALONSO Laurent 4d36bca489 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/...
2022-06-30 01:10:45 -04:00

18 lines
1.0 KiB
XML

<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog defbtn='okay'>
<field name="number" type='uint' top='127' left='216' width='75' height='16'/>
<pict type='dlog' num='2' top='8' left='8'/>
<text size='large' top='8' left='49' width='209' height='16'>Changing experience:</text>
<text top='27' left='49' width='288' height='67'>
Enter how much experience you want this character to have.
Note that the character will not gain any more levels until the character earns at least 1 point more point of experience in the game.
The most you can give is 10000.
</text>
<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>