-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-add 2nd progress bar for active harvest missions - fix PnH BGA issue with Maize+
- Loading branch information
Showing
16 changed files
with
164 additions
and
9 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<!--===================================================================================================== | ||
BetterContracts GUI additions | ||
Purpose: Enhance active contracts progress bar | ||
Author: Mmtrx | ||
Changelog: | ||
v1.2.7.3 18.02.2023 initial beta | ||
======================================================================================================--> | ||
<GUI name="bc_progress"> | ||
<!-- progr bar 1 --> | ||
<GuiElement type="boxLayout" profile="myProgressLayout" id="box1" size="800px 46px" position="0px -240px" debugEnabled="false"> | ||
<GuiElement type="text" profile="ingameMenuContractsContractTextSmall" id="prog1Label" text="$l10n_bc_progField" textAlignment="left" textAutoWidth="true" size="100px 40px" > | ||
</GuiElement> | ||
<GuiElement type="bitmap" profile="ingameMenuContractsProgressBarBackground" id="progressBarBg"> | ||
<GuiElement type="bitmap" profile="ingameMenuContractsProgressBar" id="progressBar1"/> | ||
</GuiElement> | ||
<GuiElement type="text" profile="ingameMenuContractsContractTextSmall" id="prog1" textAlignment="left" textAutoWidth="true" size="0 40px" > | ||
</GuiElement> | ||
</GuiElement> | ||
<!-- progr bar 2 --> | ||
<GuiElement type="boxLayout" profile="myProgressLayout" id="box2" size="800px 46px" position="0px -290px" debugEnabled="false"> | ||
<GuiElement type="text" profile="ingameMenuContractsContractTextSmall" id="prog2Label" text="$l10n_bc_progDeliver" textAlignment="left" textAutoWidth="true" size="100px 40px" > | ||
</GuiElement> | ||
<GuiElement type="bitmap" profile="ingameMenuContractsProgressBarBackground" > | ||
<GuiElement type="bitmap" profile="ingameMenuContractsProgressBar" id="progressBar2"/> | ||
</GuiElement> | ||
<GuiElement type="text" profile="ingameMenuContractsContractTextSmall" id="prog2" textAlignment="left" textAutoWidth="true" size="0 40px" > | ||
</GuiElement> | ||
</GuiElement> | ||
</GUI> |
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
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
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
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
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