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