This commit is contained in:
2024-09-24 07:39:11 +02:00
parent 5934287118
commit c7516d3b93
2 changed files with 6 additions and 18 deletions
+6 -12
View File
@@ -2,18 +2,12 @@ import os
import sys
import glob
Order = [
"spearhead_defaults.lua",
"spearhead_base.lua",
"spearhead_events.lua",
"spearhead_dcsbase.lua",
"spearhead_routes.lua",
"spearhead_mission.lua",
"spearhead_db.lua",
"spearhead_stage.lua",
"spearhead_cap.lua",
"spearhead.lua"
]
def CreateReadme():
print("TODO")
def compileClasses(root):
for subFolder in [ "", ""]:
def compile(root, target):
compiled = ""
-6
View File
@@ -1,9 +1,3 @@
--[[
# 2. Stages
]]
local Stage = {}
do --init STAGE DIRECTOR