mirror of
https://codeberg.org/Melon-Bread/Comets.gd.git
synced 2025-07-06 22:54:36 -04:00
Ship can now warp
This commit is contained in:
@ -78,6 +78,9 @@ polygon = PackedVector2Array(-3, -31, 4, -31, 32, 28, 32, 33, 28, 33, 1, 16, -24
|
||||
wait_time = 0.5
|
||||
one_shot = true
|
||||
|
||||
[node name="WarpCooldown" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
|
||||
[node name="Gun" type="Marker2D" parent="."]
|
||||
position = Vector2(0, -33)
|
||||
|
||||
@ -95,3 +98,4 @@ libraries = {
|
||||
}
|
||||
|
||||
[connection signal="timeout" from="ShotCooldown" to="." method="_on_shot_cooldown_timeout"]
|
||||
[connection signal="timeout" from="WarpCooldown" to="." method="_on_warp_cooldown_timeout"]
|
||||
|
Reference in New Issue
Block a user