feat: initialized project

This commit is contained in:
Sara 2024-05-28 11:45:41 +02:00
parent 27b2c2efbb
commit da30f4bfa1
5 changed files with 26 additions and 26 deletions

View file

@ -11,7 +11,7 @@ def validate_parent_dir(key, val, env):
raise UserError("'%s' is not a directory: %s" % (key, os.path.dirname(val)))
libname = "EXAMPLE"
libname = "metro_rts"
projectdir = "godot"
localEnv = Environment(tools=["default"], PLATFORM="")