mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2026-07-21 00:35:36 +00:00
renamed lib to hoggit, added more options to .gitignore, added Hoggit module bootstrap for dev and prod mode
This commit is contained in:
+14
-6
@@ -1,6 +1,14 @@
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\lib\error_handling.lua]])
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\lib\logging.lua]])
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\lib\utils.lua]])
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\lib\spawner.lua]])
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\lib\communication.lua]])
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\lib\group.lua]])
|
||||
-- Development mode. This module is defined and configured with a base config
|
||||
-- in the game install Scripts folder in development mode.
|
||||
if HOGGIT and HOGGIT.script_base then
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\lib\error_handling.lua]])
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\lib\logging.lua]])
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\lib\utils.lua]])
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\lib\spawner.lua]])
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\lib\communication.lua]])
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\lib\group.lua]])
|
||||
else
|
||||
-- The dist version of this framework starts with this file in the minification, so we need to define the top
|
||||
-- level module right here.
|
||||
HOGGIT = {}
|
||||
end
|
||||
Reference in New Issue
Block a user