reconfigure about-boe.xml with right alignment convention
This commit is contained in:
@@ -11,22 +11,27 @@
|
|||||||
</text>
|
</text>
|
||||||
<pane top='42' left='50' width='400' height='67'>
|
<pane top='42' left='50' width='400' height='67'>
|
||||||
<text size='large' top='42' left='150' width='300' height='17'>------ CREDITS ------</text>
|
<text size='large' top='42' left='150' width='300' height='17'>------ CREDITS ------</text>
|
||||||
<!-- TODO: Get a proper right-aligned text setting so that I don't have to use this hack of weird numbers of spaces -->
|
|
||||||
<!-- The height of this text needs to be 10 times the number of lines. -->
|
<!-- The height of this text needs to be 10 times the number of lines. -->
|
||||||
<text top='52' left='50' width='400' height='240'>
|
<text top='52' left='50' width='400' height='240'>
|
||||||
ORIGINAL GAME: <br/>
|
ORIGINAL GAME: <br/><br/><br/><br/><br/><br/>
|
||||||
Concept, Design, Programming: <br/>
|
OPEN SOURCE CREDITS: <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
|
||||||
Graphics: <br/>
|
SCENARIO FIXES AND UPDATES: <br/><br/>
|
||||||
Business Manager: <br/>
|
</text>
|
||||||
Title/Splash Screens: <br/>
|
<!-- This text is right-aligned and fills out the above text with sub-headings -->
|
||||||
|
<!-- The height of this text needs to be 10 times the number of lines. -->
|
||||||
|
<text top='52' left='50' width='180' height='240' align='right'>
|
||||||
<br/>
|
<br/>
|
||||||
OPEN SOURCE CREDITS: <br/>
|
Concept, Design, Programming: <br/>
|
||||||
Programming: <br/><br/><br/><br/><br/><br/><br/>
|
Graphics: <br/>
|
||||||
Graphics: <br/><br/><br/><br/><br/>
|
Business Manager: <br/>
|
||||||
Testing and Troubleshooting: <br/>
|
Title/Splash Screens: <br/>
|
||||||
<br/>
|
<br/>
|
||||||
SCENARIO FIXES AND UPDATES: <br/>
|
<br/>
|
||||||
Bandit Busywork: <br/>
|
Programming: <br/><br/><br/><br/><br/><br/><br/>
|
||||||
|
Graphics: <br/><br/><br/><br/><br/>
|
||||||
|
Testing and Troubleshooting: <br/>
|
||||||
|
<br/><br/>
|
||||||
|
Bandit Busywork: <br/>
|
||||||
</text>
|
</text>
|
||||||
<!-- The height of this text needs to be 10 times the number of lines. -->
|
<!-- The height of this text needs to be 10 times the number of lines. -->
|
||||||
<!-- Also make sure that it properly aligns with the previous text. -->
|
<!-- Also make sure that it properly aligns with the previous text. -->
|
||||||
|
|||||||
@@ -164,6 +164,7 @@
|
|||||||
<xs:attributeGroup ref="frame"/>
|
<xs:attributeGroup ref="frame"/>
|
||||||
<xs:attributeGroup ref="font"/>
|
<xs:attributeGroup ref="font"/>
|
||||||
<xs:attribute name="underline" type="bool"/>
|
<xs:attribute name="underline" type="bool"/>
|
||||||
|
<xs:attribute name="align" type="xs:string"/>
|
||||||
<xs:attribute ref="def-key"/>
|
<xs:attribute ref="def-key"/>
|
||||||
<xs:attribute name="fromlist" default="none" type="xs:string"/>
|
<xs:attribute name="fromlist" default="none" type="xs:string"/>
|
||||||
<xs:attributeGroup ref="rect-size"/>
|
<xs:attributeGroup ref="rect-size"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user