33 lines
942 B
Plaintext
33 lines
942 B
Plaintext
[gd_scene format=3 uid="uid://c2p8fteeqyikf"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ksgfv6hgw8i" path="res://Assets/Spritesheets/Animals/Frogs/Frog_01.png" id="1_rggf3"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_xdptu"]
|
|
atlas = ExtResource("1_rggf3")
|
|
region = Rect2(0, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_4bqs7"]
|
|
atlas = ExtResource("1_rggf3")
|
|
region = Rect2(32, 0, 32, 32)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_ui74g"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 3.0,
|
|
"texture": SubResource("AtlasTexture_xdptu")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_4bqs7")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 2.0
|
|
}]
|
|
|
|
[node name="Npc Frog" type="CharacterBody2D" unique_id=1908167002]
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1739011570]
|
|
sprite_frames = SubResource("SpriteFrames_ui74g")
|
|
autoplay = "default"
|
|
frame_progress = 0.9973062
|