Animation fix and some more tests
This commit is contained in:
@ -105,7 +105,7 @@ animations = [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("21_xh1xf")
|
||||
}],
|
||||
"loop": true,
|
||||
"loop": false,
|
||||
"name": &"hurt",
|
||||
"speed": 20.0
|
||||
}, {
|
||||
@ -201,9 +201,8 @@ collision_layer = 3
|
||||
position = Vector2(10, 0)
|
||||
scale = Vector2(0.18, 0.18)
|
||||
sprite_frames = SubResource("SpriteFrames_h86ts")
|
||||
animation = &"hurt"
|
||||
animation = &"walk"
|
||||
autoplay = "walk"
|
||||
frame_progress = 0.748545
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="CharacterBody2D"]
|
||||
|
||||
|
Reference in New Issue
Block a user