Coins
This commit is contained in:
@ -43,6 +43,7 @@ animations = [{
|
||||
radius = 5.0
|
||||
|
||||
[node name="Player" type="CharacterBody2D"]
|
||||
collision_layer = 2
|
||||
script = ExtResource("1_btp1f")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
@ -50,7 +51,7 @@ position = Vector2(0, -12)
|
||||
sprite_frames = SubResource("SpriteFrames_j6wpo")
|
||||
animation = &"idle"
|
||||
autoplay = "idle"
|
||||
frame_progress = 0.161906
|
||||
frame_progress = 0.179935
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(0, -6)
|
||||
|
Reference in New Issue
Block a user