1
0
mirror of https://github.com/Relintai/godot_voxel.git synced 2025-04-24 11:53:22 +02:00
godot_voxel/config.py
2018-09-02 18:48:08 +01:00

12 lines
77 B
Python

def can_build(env, platform):
return True
def configure(env):
pass