Reorder elements in party help dialog (no substantial changes)

This commit is contained in:
2024-09-04 19:15:03 -04:00
committed by Celtic Minstrel
parent 9fed4fc799
commit 5daf3b10a0

View File

@@ -1,15 +1,16 @@
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog defbtn='okay'>
<!--
TODO: This dialog is very disorganized; clean it up
-->
<button name='okay' type='regular' top='372' left='405'>OK</button>
<pict type='dlog' num='24' top='8' left='8'/>
<text top='12' left='52' width='245' height='16'>BLADES OF EXILE HELP: PARTY STATUS SCREEN</text>
<text top='29' left='61' width='394' height='33'>
This area lists the names of your party members, their health and magic points, and two buttons:
</text>
<pict type='full' num='1200' top='66' left='168' width='106' height='29'/>
<text top='102' left='61' width='401' height='46'>
To have two PCs switch places, click on their switch places buttons.
To get a full description of a character, click on the '?' button.
</text>
<text top='151' left='61' width='379' height='16'>
After each PCs name are graphics to show its status:
</text>
@@ -70,11 +71,6 @@
<text font='plain' top='242' left='386' width='100' height='12'>Enlightened</text>
<text font='plain' top='260' left='386' width='100' height='12'>Detecting Life</text>
<pict type='full' num='1200' top='66' left='168' width='106' height='29'/>
<text top='102' left='61' width='401' height='46'>
To have two PCs switch places, click on their switch places buttons.
To get a full description of a character, click on the '?' button.
</text>
<text top='306' left='61' width='401' height='65'>
Active PC:
The character whose name is in italics is the active character.
@@ -82,4 +78,5 @@
and who is shopping in stores.
To make a PC active, click on its name or type '1'-'6'.
</text>
<button name='okay' type='regular' top='372' left='405'>OK</button>
</dialog>