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 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 = ""
-6
View File
@@ -1,9 +1,3 @@
--[[
# 2. Stages
]]
local Stage = {} local Stage = {}
do --init STAGE DIRECTOR do --init STAGE DIRECTOR