This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving GUI XML files such as styles, sprites and setup to their own d…
…irectory, this makes the mod easier to maintain. Replace the font mono-stroke with sans-stroke /sans-bold-stroke
- Loading branch information
1 parent
3456c44
commit a2ecaed
Showing
39 changed files
with
270 additions
and
24,336 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<object name="researchStartedButtons" | ||
size="100%-48 40 100%-10 420" | ||
> | ||
<object name="researchStartedButtons" size="100%-48 40 100%-10 420"> | ||
<repeat count="10"> | ||
<object name="researchStartedButton[n]" hidden="true" style="iconButton" type="button" size="0 0 48 48" tooltip_style="sessionToolTipBottom"> | ||
<object name="researchStartedIcon[n]" ghost="true" type="image" size="4 3 45 45"/> | ||
<object name="researchStartedProgressSlider[n]" type="image" sprite="queueProgressSlider" ghost="true" size="4 3 44 45"/> | ||
<object name="researchStartedTimeRemaining[n]" ghost="true" font="mono-stroke-14" text_align="center" text_valign="center" textcolor="white" type="text"/> | ||
<object name="researchStartedTimeRemaining[n]" type="text" style="resourceTimeCounter"/> | ||
</object> | ||
</repeat> | ||
</object> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<object name="notificationPanel" type="image" size="0 100%-600 315 100%-335" ghost="true"> | ||
<object name="notificationText" type="text" style="notificationPanel" ghost="true" z="0"/> | ||
<object name="notificationText" type="text" style="notifiyPanel" ghost="true" z="0"/> | ||
</object> |
Oops, something went wrong.