godot-module-template/engine/modules/etcpak/config.py

7 lines
89 B
Python
Raw Permalink Normal View History

2025-01-17 15:36:38 +00:00
def can_build(env, platform):
return env.editor_build
def configure(env):
pass