feat: initialized project

This commit is contained in:
Sara 2024-03-07 20:59:55 +01:00
parent 8e0ba99e6d
commit 67944834d4
4 changed files with 25 additions and 25 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 = "tunnels"
projectdir = "godot"
localEnv = Environment(tools=["default"], PLATFORM="")