mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-14 10:27:53 +01:00
Remove deleted nodex
This commit is contained in:
parent
931c524e91
commit
24d7edd8f9
@ -25,7 +25,6 @@ func _ready():
|
|||||||
add_child(Line2D.new())
|
add_child(Line2D.new())
|
||||||
add_child(MeshInstance2D.new())
|
add_child(MeshInstance2D.new())
|
||||||
add_child(MultiMeshInstance2D.new())
|
add_child(MultiMeshInstance2D.new())
|
||||||
add_child(Navigation2D.new())
|
|
||||||
add_child(ParallaxLayer.new())
|
add_child(ParallaxLayer.new())
|
||||||
add_child(GPUParticles2D.new())
|
add_child(GPUParticles2D.new())
|
||||||
add_child(Path2D.new())
|
add_child(Path2D.new())
|
||||||
|
@ -48,7 +48,6 @@ func _ready():
|
|||||||
add_child(SliderJoint3D.new())
|
add_child(SliderJoint3D.new())
|
||||||
add_child(GridMap.new())
|
add_child(GridMap.new())
|
||||||
add_child(Listener3D.new())
|
add_child(Listener3D.new())
|
||||||
add_child(Navigation3D.new())
|
|
||||||
add_child(Path3D.new())
|
add_child(Path3D.new())
|
||||||
add_child(PathFollow3D.new())
|
add_child(PathFollow3D.new())
|
||||||
add_child(Position3D.new())
|
add_child(Position3D.new())
|
||||||
|
@ -90,7 +90,6 @@ func _ready() -> void:
|
|||||||
parent_node.add_child(Line2D.new())
|
parent_node.add_child(Line2D.new())
|
||||||
parent_node.add_child(MeshInstance2D.new())
|
parent_node.add_child(MeshInstance2D.new())
|
||||||
parent_node.add_child(MultiMeshInstance2D.new())
|
parent_node.add_child(MultiMeshInstance2D.new())
|
||||||
parent_node.add_child(Navigation2D.new())
|
|
||||||
parent_node.add_child(ParallaxLayer.new())
|
parent_node.add_child(ParallaxLayer.new())
|
||||||
parent_node.add_child(GPUParticles2D.new())
|
parent_node.add_child(GPUParticles2D.new())
|
||||||
parent_node.add_child(Path2D.new())
|
parent_node.add_child(Path2D.new())
|
||||||
@ -165,7 +164,6 @@ func _ready() -> void:
|
|||||||
parent_node.add_child(SliderJoint3D.new())
|
parent_node.add_child(SliderJoint3D.new())
|
||||||
parent_node.add_child(GridMap.new())
|
parent_node.add_child(GridMap.new())
|
||||||
parent_node.add_child(Listener3D.new())
|
parent_node.add_child(Listener3D.new())
|
||||||
parent_node.add_child(Navigation3D.new())
|
|
||||||
parent_node.add_child(Path3D.new())
|
parent_node.add_child(Path3D.new())
|
||||||
parent_node.add_child(PathFollow3D.new())
|
parent_node.add_child(PathFollow3D.new())
|
||||||
parent_node.add_child(Position3D.new())
|
parent_node.add_child(Position3D.new())
|
||||||
|
Loading…
Reference in New Issue
Block a user