mirror of
https://github.com/Mestima/GodotStack.git
synced 2025-05-03 12:50:14 +00:00
7 lines
88 B
Python
7 lines
88 B
Python
# config.py
|
|
|
|
def can_build(env, platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass |