Major refactor to include tactical combat feed

This commit is contained in:
2026-03-10 23:05:20 -05:00
parent 16b70204a1
commit 1be066c6ed
12 changed files with 490 additions and 374 deletions

View File

@@ -1,4 +1,22 @@
require("GameManager/FactionStruct")
require("GameManager/GUIManager")
require("GameManager/TutorialTextManager")
-- ==================================================
-- Define Manager constants
-- ==================================================
---The singleton GUI Manager.
---@type GUIManager
GUIManager = GUIManager:New()
---The singleton Tutorial Text Manager.
---@type TutorialTextManager
TextManager = TutorialTextManager:New()
---The local player.
---@type PlayerObject|nil
LocalPlayer = nil
-- ==================================================
-- Define Faction constants