This commit is contained in:
2024-09-24 08:35:08 +02:00
parent 4e21372564
commit d51ee6ea4a
3 changed files with 14 additions and 15 deletions
+5 -1
View File
@@ -7,7 +7,11 @@ def CreateReadme():
print("TODO")
def compileClasses(root):
for subFolder in [ "", ""]:
for subFolder in [ "capClasses", "stageClasses"]:
path = os.path.join(root, subFolder)
for name in glob.glob(f"{path}/*.lua"):
with open(path, 'r') as file:
def compile(root, target):
compiled = ""