godot_voxel/config.py

12 lines
77 B
Python
Raw Normal View History

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