godot/modules/thekla_unwrap/config.py
Juan Linietsky c24277a520 -Many GLES2 optimizations
-Android export fixes (use ETC if GLES2 backend in use)
-revert to thekla atlas because xatlas is not working well
2018-09-30 23:11:24 -03:00

6 lines
125 B
Python

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