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