First full commit version. Original Files

This commit is contained in:
2026-06-02 09:12:22 -07:00
parent ca54d7073f
commit 80979dff66
824 changed files with 20587 additions and 0 deletions
+153
View File
@@ -0,0 +1,153 @@
[gd_scene load_steps=21 format=3 uid="uid://cnxtd5y3btqj1"]
[ext_resource type="Texture2D" uid="uid://best8pucbcstg" path="res://assets/WhiteCatIdle.png" id="1_jm661"]
[ext_resource type="Texture2D" uid="uid://dg51p83v7as1i" path="res://assets/WhiteCatRun.png" id="2_jp3go"]
[sub_resource type="AtlasTexture" id="AtlasTexture_0u521"]
atlas = ExtResource("1_jm661")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_lifgm"]
atlas = ExtResource("1_jm661")
region = Rect2(0, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_21hvb"]
atlas = ExtResource("1_jm661")
region = Rect2(0, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_gpym0"]
atlas = ExtResource("1_jm661")
region = Rect2(0, 96, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_xfd2n"]
atlas = ExtResource("1_jm661")
region = Rect2(0, 128, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_vcaqp"]
atlas = ExtResource("1_jm661")
region = Rect2(0, 160, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_v0wx4"]
atlas = ExtResource("2_jp3go")
region = Rect2(0, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_828u6"]
atlas = ExtResource("2_jp3go")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_qifc5"]
atlas = ExtResource("2_jp3go")
region = Rect2(0, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_v2ts1"]
atlas = ExtResource("2_jp3go")
region = Rect2(0, 160, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_iwmwp"]
atlas = ExtResource("2_jp3go")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_aeahq"]
atlas = ExtResource("2_jp3go")
region = Rect2(0, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_ufa6i"]
atlas = ExtResource("2_jp3go")
region = Rect2(0, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_je3he"]
atlas = ExtResource("2_jp3go")
region = Rect2(0, 96, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_q6owf"]
atlas = ExtResource("2_jp3go")
region = Rect2(0, 128, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_jgc46"]
atlas = ExtResource("2_jp3go")
region = Rect2(0, 160, 32, 32)
[sub_resource type="SpriteFrames" id="SpriteFrames_q1241"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_0u521")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_lifgm")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_21hvb")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_gpym0")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_xfd2n")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_vcaqp")
}],
"loop": true,
"name": &"idle",
"speed": 6.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_v0wx4")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_828u6")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_qifc5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_v2ts1")
}],
"loop": true,
"name": &"jump",
"speed": 12.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_iwmwp")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_aeahq")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ufa6i")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_je3he")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_q6owf")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_jgc46")
}],
"loop": true,
"name": &"running",
"speed": 12.0
}]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_7sd1r"]
radius = 28.2377
height = 87.0199
[node name="CharacterBody2D" type="CharacterBody2D"]
[node name="Sprite2D" type="AnimatedSprite2D" parent="."]
texture_filter = 1
position = Vector2(39.5, 39.5)
scale = Vector2(5.9375, 5.9375)
sprite_frames = SubResource("SpriteFrames_q1241")
animation = &"running"
autoplay = "idle"
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(45, 40)
rotation = -2.27416
shape = SubResource("CapsuleShape2D_7sd1r")