1
0
Fork 0
godot-module-template/engine/modules/meshoptimizer/config.py

8 lines
193 B
Python
Raw Permalink Normal View History

2025-01-17 15:36:38 +00:00
def can_build(env, platform):
# Having this on release by default, it's small and a lot of users like to do procedural stuff
return not env["disable_3d"]
def configure(env):
pass