godot_voxel/config.py

12 lines
77 B
Python
Raw Normal View History

2018-09-02 19:48:08 +02:00
def can_build(env, platform):
return True
def configure(env):
pass