mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
6 lines
102 B
Python
6 lines
102 B
Python
def can_build(env, platform):
|
|
return not env["disable_physics_2d"]
|
|
|
|
|
|
def configure(env):
|
|
pass
|