1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00
Files
godot/scene/2d/SCsub
2025-03-28 11:00:44 -03:00

11 lines
213 B
Python

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
env.add_source_files(env.scene_sources, "*.cpp")
# Chain load SCsubs
if not env["disable_physics_2d"]:
SConscript("physics/SCsub")