mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Split monolithic physics class files
Splits monolithic physics class files.
This commit is contained in:
parent
bb6b06c813
commit
35dafc9fa8
132 changed files with 9664 additions and 8316 deletions
|
@ -310,7 +310,11 @@ def generate_scu_files(max_includes_per_scu):
|
|||
process_folder(["modules/gdscript/language_server"])
|
||||
|
||||
process_folder(["scene/2d"])
|
||||
process_folder(["scene/2d/physics"])
|
||||
process_folder(["scene/2d/physics/joints"])
|
||||
process_folder(["scene/3d"])
|
||||
process_folder(["scene/3d/physics"])
|
||||
process_folder(["scene/3d/physics/joints"])
|
||||
process_folder(["scene/animation"])
|
||||
process_folder(["scene/gui"])
|
||||
process_folder(["scene/main"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue