diff --git a/Level/InFactory.tscn b/Level/InFactory.tscn index ccbe5d7..f4918d9 100644 --- a/Level/InFactory.tscn +++ b/Level/InFactory.tscn @@ -2110,12 +2110,10 @@ environment = SubResource( 19 ) [node name="Light" type="Spatial" parent="."] [node name="SpotLight" parent="Light" instance=ExtResource( 24 )] - -[node name="SpotLight2" parent="Light" instance=ExtResource( 24 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7, -15 ) +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7, -5 ) [node name="SpotLight3" parent="Light" instance=ExtResource( 24 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7, -30 ) +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7, -26 ) [node name="SpotLight6" parent="Light" instance=ExtResource( 24 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -16.8823, 5, -70.7544 ) @@ -2124,10 +2122,7 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -16.8823, 5, -70.7544 ) transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 14.1177, 5, -70.7544 ) [node name="SpotLight9" parent="Light" instance=ExtResource( 24 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 39.1177, 5, -70.7544 ) - -[node name="SpotLight10" parent="Light" instance=ExtResource( 24 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 47.9017, 5, -63.7544 ) +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 48.1177, 5, -68.7544 ) [node name="SpotLight12" parent="Light" instance=ExtResource( 24 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 47.9017, 5, -27.7544 ) diff --git a/Level/Interactables/FactoryMachines/PipeGame.gd b/Level/Interactables/FactoryMachines/PipeGame.gd index d2ae626..f415549 100644 --- a/Level/Interactables/FactoryMachines/PipeGame.gd +++ b/Level/Interactables/FactoryMachines/PipeGame.gd @@ -47,7 +47,7 @@ func _ready(): counter+=1 -func _physics_process(delta: float) -> void: +func _process(delta: float) -> void: var pipes = get_tree().get_nodes_in_group("Pipes") for p in pipes: