Skip to content

Commit

Permalink
reconfigure about-boe.xml with right alignment convention
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Nov 10, 2024
1 parent 0235bee commit 01ef169
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
29 changes: 17 additions & 12 deletions rsrc/dialogs/about-boe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,27 @@
</text>
<pane top='42' left='50' width='400' height='67'>
<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. -->
<text top='52' left='50' width='400' height='240'>
ORIGINAL GAME: <br/>
Concept, Design, Programming: <br/>
Graphics: <br/>
Business Manager: <br/>
Title/Splash Screens: <br/>
ORIGINAL GAME: <br/><br/><br/><br/><br/><br/>
OPEN SOURCE CREDITS: <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
SCENARIO FIXES AND UPDATES: <br/><br/>
</text>
<!-- 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/>
Concept, Design, Programming: <br/>
Graphics: <br/>
Business Manager: <br/>
Title/Splash Screens: <br/>
<br/>
OPEN SOURCE CREDITS: <br/>
Programming: <br/><br/><br/><br/><br/><br/><br/>
Graphics: <br/><br/><br/><br/><br/>
Testing and Troubleshooting: <br/>
<br/>
SCENARIO FIXES AND UPDATES: <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>
<!-- 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. -->
Expand Down
1 change: 1 addition & 0 deletions rsrc/schemas/dialog.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
<xs:attributeGroup ref="frame"/>
<xs:attributeGroup ref="font"/>
<xs:attribute name="underline" type="bool"/>
<xs:attribute name="align" type="xs:string"/>
<xs:attribute ref="def-key"/>
<xs:attribute name="fromlist" default="none" type="xs:string"/>
<xs:attributeGroup ref="rect-size"/>
Expand Down

0 comments on commit 01ef169

Please sign in to comment.