Allow to compile templates without physics servers

This commit is contained in:
Michael Alexsander
2025-02-27 19:01:23 -03:00
parent b13c96b097
commit 5ad414d046
72 changed files with 951 additions and 364 deletions

View File

@@ -1,5 +1,5 @@
def can_build(env, platform):
return True
return not env["disable_physics_2d"]
def configure(env):