Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Fix Git merge issue in Gun scene
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnopek committed Jan 27, 2021
1 parent 511a0b4 commit 55205c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pickups/Gun.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
radius = 11.9999
height = 38.0001

[sub_resource type="RectangleShape2D" id=4]
[sub_resource type="RectangleShape2D" id=2]

[sub_resource type="Animation" id=2]
[sub_resource type="Animation" id=3]
resource_name = "Idle"
length = 0.1
tracks/0/type = "value"
Expand Down Expand Up @@ -41,7 +41,7 @@ tracks/1/keys = {
"values": [ 8 ]
}

[sub_resource type="Animation" id=3]
[sub_resource type="Animation" id=4]
resource_name = "Shoot"
length = 0.5
tracks/0/type = "value"
Expand Down Expand Up @@ -115,16 +115,16 @@ collision_mask = 17

[node name="CollisionShape2D" type="CollisionShape2D" parent="DudDetector" index="0"]
position = Vector2( 31, -4 )
shape = SubResource( 4 )
shape = SubResource( 2 )

[node name="CooldownTimer" type="Timer" parent="." index="6"]
process_mode = 0
one_shot = true

[node name="AnimationPlayer" type="AnimationPlayer" parent="." index="7"]
autoplay = "Idle"
anims/Idle = SubResource( 2 )
anims/Shoot = SubResource( 3 )
anims/Idle = SubResource( 3 )
anims/Shoot = SubResource( 4 )

[node name="Sounds" type="Node" parent="." index="8"]
script = ExtResource( 5 )
Expand Down

0 comments on commit 55205c0

Please sign in to comment.