Skip to content

Commit

Permalink
Big rewrite of CQUI, using ReplaceUIScript
Browse files Browse the repository at this point in the history
- 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
Azurency committed Mar 20, 2019
1 parent 7cedca2 commit 6ea61cf
Show file tree
Hide file tree
Showing 41 changed files with 2,382 additions and 14,216 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- ===========================================================================
-- Base File
-- ===========================================================================
include("GovernmentScreen_Expansion1");

include("governmentscreen_CQUI.lua");
6 changes: 6 additions & 0 deletions Assets/Expansion1/Replacements/techtree_CQUI_expansion1.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- ===========================================================================
-- Base File
-- ===========================================================================
include("TechTree_Expansion1");

include("techtree_CQUI.lua");
6 changes: 6 additions & 0 deletions Assets/Expansion1/Replacements/toppanel_CQUI_expansion1.lua
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 Assets/Expansion2/Replacements/civicstree_CQUI_expansion2.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- ===========================================================================
-- Base File
-- ===========================================================================
include("CivicsTree_Expansion2");

include("civicstree_CQUI.lua");
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- ===========================================================================
-- Base File
-- ===========================================================================
include("GovernmentScreen_Expansion2");

include("governmentscreen_CQUI.lua");
Loading

0 comments on commit 6ea61cf

Please sign in to comment.