mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-14 10:27:53 +01:00
Move Physics3D at the end
This commit is contained in:
parent
0b1d48b2fd
commit
e3e0bc4be5
@ -17,10 +17,10 @@ const alone_steps : Array = [
|
||||
"res://Nodes/Nodes.tscn",
|
||||
"res://ReparentingDeleting/ReparentingDeleting.tscn",
|
||||
"res://Physics/2D/Physics2D.tscn",
|
||||
"res://Physics/3D/Physics3D.tscn",
|
||||
"res://Rendering/Lights2D/Lights2D.tscn",
|
||||
"res://Rendering/Lights3D/Lights3D.tscn",
|
||||
"res://AutomaticBugs/FunctionExecutor.tscn", # Only Needs to be executed once, but this is workaround a little
|
||||
"res://Physics/3D/Physics3D.tscn", # Loads very long but isn't necessarry so we skip it now
|
||||
]
|
||||
|
||||
# All scenes run in one step
|
||||
|
Loading…
Reference in New Issue
Block a user