2026-04-04 21:07:16 +08:00
|
|
|
[gd_scene format=3 uid="uid://47ek7kev66gj"]
|
2026-03-22 16:32:18 +08:00
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_afsds"]
|
2026-04-04 21:07:16 +08:00
|
|
|
[ext_resource type="Script" uid="uid://cnqdjw7i7noxk" path="res://scripts/Contents/Characters/CyberCat.gd" id="2_afsds"]
|
2026-04-05 14:37:59 +08:00
|
|
|
[ext_resource type="Texture2D" uid="uid://d1ajua4r4tn2k" path="res://resources/characters/cybercat/cybercat.png" id="3_afsds"]
|
2026-03-22 16:32:18 +08:00
|
|
|
|
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_vkls3"]
|
|
|
|
|
animations = [{
|
|
|
|
|
"frames": [],
|
|
|
|
|
"loop": true,
|
|
|
|
|
"name": &"idle",
|
|
|
|
|
"speed": 5.0
|
|
|
|
|
}, {
|
|
|
|
|
"frames": [],
|
|
|
|
|
"loop": true,
|
|
|
|
|
"name": &"walk",
|
|
|
|
|
"speed": 5.0
|
|
|
|
|
}]
|
|
|
|
|
|
2026-04-04 21:07:16 +08:00
|
|
|
[node name="CyberCat" unique_id=1689157073 instance=ExtResource("1_afsds")]
|
|
|
|
|
script = ExtResource("2_afsds")
|
|
|
|
|
displayName = "赛博猫猫"
|
2026-04-11 09:48:08 +08:00
|
|
|
drops = Array[int]([0, 1])
|
|
|
|
|
dropCounts = Array[Vector2]([Vector2(50, 60), Vector2(10, 15)])
|
2026-04-04 21:07:16 +08:00
|
|
|
metadata/_edit_vertical_guides_ = [200.0]
|
2026-03-22 16:32:18 +08:00
|
|
|
|
|
|
|
|
[node name="texture" parent="." index="3"]
|
|
|
|
|
sprite_frames = SubResource("SpriteFrames_vkls3")
|
|
|
|
|
|
|
|
|
|
[node name="staticBackground" parent="texture" index="0"]
|
|
|
|
|
position = Vector2(0, -10)
|
|
|
|
|
scale = Vector2(0.37199643, 0.37199643)
|
|
|
|
|
texture = ExtResource("3_afsds")
|
|
|
|
|
|
|
|
|
|
[node name="statebar" parent="." index="4"]
|
|
|
|
|
position = Vector2(0, -135)
|