godot/modules/bullet/config.py

8 lines
133 B
Python
Raw Normal View History

def can_build(env, platform):
# API Changed and bullet is disabled at the moment
return False
def configure(env):
pass