-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Big rewrite of CQUI, using ReplaceUIScript
- the updated files should be easier to update now - Replaced worldviewiconsmanager, unitflagmanager, toppanel, plotinfo, plottooltip, techtree, civicstree, governmentscreen, wonderbuiltpopup - No need for strategicview_mapplacement anymore
- Loading branch information
Showing
41 changed files
with
2,382 additions
and
14,216 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
Assets/Expansion1/Replacements/governmentscreen_CQUI_expansion1.lua
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,6 @@ | ||
-- =========================================================================== | ||
-- Base File | ||
-- =========================================================================== | ||
include("GovernmentScreen_Expansion1"); | ||
|
||
include("governmentscreen_CQUI.lua"); |
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,6 @@ | ||
-- =========================================================================== | ||
-- Base File | ||
-- =========================================================================== | ||
include("TechTree_Expansion1"); | ||
|
||
include("techtree_CQUI.lua"); |
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,6 @@ | ||
-- =========================================================================== | ||
-- Base File | ||
-- =========================================================================== | ||
include("TopPanel_Expansion1.lua"); | ||
|
||
include("toppanel_CQUI.lua"); |
6 changes: 6 additions & 0 deletions
6
Assets/Expansion2/Replacements/civicstree_CQUI_expansion2.lua
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,6 @@ | ||
-- =========================================================================== | ||
-- Base File | ||
-- =========================================================================== | ||
include("CivicsTree_Expansion2"); | ||
|
||
include("civicstree_CQUI.lua"); |
6 changes: 6 additions & 0 deletions
6
Assets/Expansion2/Replacements/governmentscreen_CQUI_expansion2.lua
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,6 @@ | ||
-- =========================================================================== | ||
-- Base File | ||
-- =========================================================================== | ||
include("GovernmentScreen_Expansion2"); | ||
|
||
include("governmentscreen_CQUI.lua"); |
Oops, something went wrong.