hamncheese/godot/modules/xatlas_unwrap/config.py
2023-08-26 15:59:57 -05:00

6 lines
128 B
Python

def can_build(env, platform):
return env.editor_build and platform not in ["android", "ios"]
def configure(env):
pass