feat: init project

This commit is contained in:
Sara 2024-05-13 12:28:57 +02:00
parent 1b81f5686e
commit ef1f2db1e1
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 = "dirt_racer"
projectdir = "godot"
localEnv = Environment(tools=["default"], PLATFORM="")