hamncheese/godot/modules/lightmapper_rd/config.py
2023-10-05 18:25:25 -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