beta-1.3/restructure-files (#2)
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
32
Entities/Characters/Animals/Frog/npc_frog.tscn
Normal file
32
Entities/Characters/Animals/Frog/npc_frog.tscn
Normal file
@@ -0,0 +1,32 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user