fixed y-wing turret laser trajectory. - Zerothelootrat

This commit is contained in:
zerothelootrat
2024-06-07 03:35:23 -04:00
parent 62f6b4d873
commit d2dc132952
5 changed files with 64 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ position = Vector2(370, 0)
position = Vector2(470, 0)
[node name="SpawnTimer" type="Timer" parent="."]
wait_time = 2.0
wait_time = 10.0
autostart = true
[connection signal="timeout" from="SpawnTimer" to="." method="_on_spawn_timer_timeout"]

View File

@@ -20,4 +20,9 @@ texture = ExtResource("1_8xaek")
position = Vector2(0, 2)
shape = SubResource("CapsuleShape2D_kjs2o")
[node name="Timer" type="Timer" parent="."]
wait_time = 10.0
autostart = true
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]