godot_fastnoise/config.py

9 lines
83 B
Python
Raw Normal View History

2016-05-02 17:19:15 +02:00
2019-08-13 23:39:07 +02:00
def can_build(env, platform):
2016-12-23 16:23:53 +01:00
return True
2016-05-02 17:19:15 +02:00
def configure(env):
pass