wip
This commit is contained in:
+6
-12
@@ -2,18 +2,12 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
import glob
|
import glob
|
||||||
|
|
||||||
Order = [
|
|
||||||
"spearhead_defaults.lua",
|
def CreateReadme():
|
||||||
"spearhead_base.lua",
|
print("TODO")
|
||||||
"spearhead_events.lua",
|
|
||||||
"spearhead_dcsbase.lua",
|
def compileClasses(root):
|
||||||
"spearhead_routes.lua",
|
for subFolder in [ "", ""]:
|
||||||
"spearhead_mission.lua",
|
|
||||||
"spearhead_db.lua",
|
|
||||||
"spearhead_stage.lua",
|
|
||||||
"spearhead_cap.lua",
|
|
||||||
"spearhead.lua"
|
|
||||||
]
|
|
||||||
|
|
||||||
def compile(root, target):
|
def compile(root, target):
|
||||||
compiled = ""
|
compiled = ""
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
--[[
|
|
||||||
|
|
||||||
# 2. Stages
|
|
||||||
|
|
||||||
]]
|
|
||||||
|
|
||||||
|
|
||||||
local Stage = {}
|
local Stage = {}
|
||||||
do --init STAGE DIRECTOR
|
do --init STAGE DIRECTOR
|
||||||
|
|||||||
Reference in New Issue
Block a user