125 lines
3.1 KiB
Plaintext
125 lines
3.1 KiB
Plaintext
[gd_scene load_steps=16 format=3 uid="uid://d1jhpluu86cbd"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://d3tfo61gemayy" path="res://assets/sprites/units/$Cat_Female (2).png" id="1_3vyb7"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_v6fml"]
|
|
size = Vector2(36, 51)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_3li8b"]
|
|
atlas = ExtResource("1_3vyb7")
|
|
region = Rect2(0, 0, 48, 60)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_mdl7e"]
|
|
atlas = ExtResource("1_3vyb7")
|
|
region = Rect2(48, 0, 48, 60)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_qu4a1"]
|
|
atlas = ExtResource("1_3vyb7")
|
|
region = Rect2(96, 0, 48, 60)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_70d11"]
|
|
atlas = ExtResource("1_3vyb7")
|
|
region = Rect2(0, 60, 48, 60)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_cw2d6"]
|
|
atlas = ExtResource("1_3vyb7")
|
|
region = Rect2(48, 60, 48, 60)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_khinc"]
|
|
atlas = ExtResource("1_3vyb7")
|
|
region = Rect2(96, 60, 48, 60)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_bruh7"]
|
|
atlas = ExtResource("1_3vyb7")
|
|
region = Rect2(0, 120, 48, 60)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_6eyey"]
|
|
atlas = ExtResource("1_3vyb7")
|
|
region = Rect2(48, 120, 48, 60)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_d3wef"]
|
|
atlas = ExtResource("1_3vyb7")
|
|
region = Rect2(96, 120, 48, 60)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_o4126"]
|
|
atlas = ExtResource("1_3vyb7")
|
|
region = Rect2(0, 180, 48, 60)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_lkdrv"]
|
|
atlas = ExtResource("1_3vyb7")
|
|
region = Rect2(48, 180, 48, 60)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_p7iby"]
|
|
atlas = ExtResource("1_3vyb7")
|
|
region = Rect2(96, 180, 48, 60)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_0rnld"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_3li8b")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_mdl7e")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_qu4a1")
|
|
}],
|
|
"loop": true,
|
|
"name": &"down",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_70d11")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_cw2d6")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_khinc")
|
|
}],
|
|
"loop": true,
|
|
"name": &"left",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_bruh7")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_6eyey")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_d3wef")
|
|
}],
|
|
"loop": true,
|
|
"name": &"right",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_o4126")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_lkdrv")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_p7iby")
|
|
}],
|
|
"loop": true,
|
|
"name": &"up",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="CharacterBody2D" type="CharacterBody2D"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(0, 4.5)
|
|
shape = SubResource("RectangleShape2D_v6fml")
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
|
sprite_frames = SubResource("SpriteFrames_0rnld")
|
|
animation = &"down"
|
|
frame_progress = 0.830149
|