This commit is contained in:
18
inc/modules.lua
Normal file
18
inc/modules.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
--------------------------------------------------------------------------------
|
||||
-- Modules
|
||||
--------------------------------------------------------------------------------
|
||||
-- Window Modules (in WINDOW order)
|
||||
local SplashWindow = {}
|
||||
local IntroWindow = {}
|
||||
local MenuWindow = {}
|
||||
local GameWindow = {}
|
||||
local PopupWindow = {} -- Manages popups for WINDOW_POPUP and WINDOW_INVENTORY_ACTION
|
||||
local InventoryWindow = {} -- Used for WINDOW_INVENTORY
|
||||
|
||||
-- Other Modules
|
||||
local UI = {}
|
||||
local Input = {}
|
||||
local NpcActions = {}
|
||||
local ItemActions = {}
|
||||
local MenuActions = {}
|
||||
local Player = {}
|
||||
Reference in New Issue
Block a user