mirror of
https://github.com/Relintai/godot_fastnoise.git
synced 2025-02-04 16:16:07 +01:00
9 lines
83 B
Python
9 lines
83 B
Python
|
|
|
|
def can_build(env, platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|