piggy fixies! :)

This commit is contained in:
Haze Weathers 2023-03-22 15:05:50 -04:00
parent 0c9528c7c1
commit 9a5d19789c
3 changed files with 16 additions and 5 deletions

View file

@ -62,13 +62,13 @@ colors = PoolColorArray( 1, 1, 1, 1, 1, 1, 0.290196, 1 )
[node name="Cop" type="Node2D"]
script = ExtResource( 1 )
idle_turns = 2
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
show_behind_parent = true
material = SubResource( 7 )
position = Vector2( 5, -2 )
frames = SubResource( 6 )
animation = "shoot"
animation = "idle"
playing = true
[node name="ShootPosition" type="Position2D" parent="AnimatedSprite"]