Added starter bullet hell rotation for horse boss.

This commit is contained in:
Henry 2026-03-04 12:17:43 +00:00
parent e608652170
commit bee8cf77f1
11 changed files with 106 additions and 39 deletions

View file

@ -203,9 +203,13 @@ texture = ExtResource("5_wqpjq")
[node name="Rotater" type="Node2D" parent="Horse" unique_id=697300019]
[node name="Sprite2D" type="Sprite2D" parent="Horse/Rotater" unique_id=1703348402]
visible = false
self_modulate = Color(1, 0, 0, 1)
scale = Vector2(0.453125, 0.453125)
texture = ExtResource("5_wqpjq")
[node name="ShootTimer" type="Timer" parent="Horse" unique_id=914903842]
wait_time = 0.05
one_shot = true
[connection signal="timeout" from="Horse/ShootTimer" to="Horse" method="_on_shoot_timer_timeout"]