added more waves
This commit is contained in:
parent
0c0cc1d5f1
commit
1a2b9290c5
16 changed files with 201 additions and 36 deletions
|
@ -4,7 +4,7 @@
|
|||
[ext_resource type="Script" path="res://laser_enemy.gd" id="2_lyi2i"]
|
||||
[ext_resource type="Script" path="res://Laser.gd" id="3_hosl5"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://d320lntdiw2kj" path="res://ircle.gif" id="3_ys12y"]
|
||||
[ext_resource type="AudioStream" uid="uid://fyudre3xo1j2" path="res://laser4.ogg" id="5_1qck7"]
|
||||
[ext_resource type="AudioStream" uid="uid://4ou7posn1vbd" path="res://laserSmall_004.ogg" id="5_tkxjf"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_yns8h"]
|
||||
radius = 128.0
|
||||
|
@ -49,7 +49,7 @@ autostart = true
|
|||
shape = SubResource("CircleShape2D_yns8h")
|
||||
|
||||
[node name="LaserFX" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("5_1qck7")
|
||||
stream = ExtResource("5_tkxjf")
|
||||
|
||||
[connection signal="timeout" from="Line2D/VisibleTimer" to="Line2D" method="hide_self"]
|
||||
[connection signal="timeout" from="Timer" to="." method="fire_laser"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue