feat: experimenting with desired mood

This commit is contained in:
Sara 2024-11-27 00:41:39 +01:00
parent ceba03ec36
commit 4940f67c21
58 changed files with 4826 additions and 28 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 = "trenches"
projectdir = "godot"
localEnv = Environment(tools=["default"], PLATFORM="")