1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/modules/camera/config.py
2019-12-01 21:57:18 +02:00

6 lines
139 B
Python

def can_build(env, platform):
return platform == 'iphone' or platform == 'osx' or platform == 'windows'
def configure(env):
pass