2026-04-04 21:07:16 +08:00
|
|
|
[gd_scene format=3 uid="uid://dt3xviil00bw4"]
|
2026-03-22 16:32:18 +08:00
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_bha5j"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://m28dwfwmmhmh" path="res://scripts/Contents/Characters/Kernyr.gd" id="2_vkls3"]
|
2026-04-05 14:37:59 +08:00
|
|
|
[ext_resource type="Texture2D" uid="uid://bsffob0n8pgy6" path="res://resources/characters/kernyr/koshino.png" id="3_vkls3"]
|
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
|
|
|
|
|
}]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_vkls3"]
|
2026-03-28 10:40:59 +08:00
|
|
|
size = Vector2(190, 190)
|
2026-03-22 16:32:18 +08:00
|
|
|
|
2026-04-04 21:07:16 +08:00
|
|
|
[node name="Kernyr" unique_id=2092386193 instance=ExtResource("1_bha5j")]
|
2026-03-22 16:32:18 +08:00
|
|
|
script = ExtResource("2_vkls3")
|
2026-04-04 21:07:16 +08:00
|
|
|
displayName = "KOSHINO"
|
2026-03-22 16:32:18 +08:00
|
|
|
drops = Array[int]([0, 1])
|
|
|
|
|
dropCounts = Array[Vector2]([Vector2(30, 50), Vector2(20, 40)])
|
|
|
|
|
appleCount = Vector2i(2, 5)
|
|
|
|
|
|
|
|
|
|
[node name="texture" parent="." index="3"]
|
|
|
|
|
sprite_frames = SubResource("SpriteFrames_vkls3")
|
|
|
|
|
|
|
|
|
|
[node name="staticBackground" parent="texture" index="0"]
|
2026-03-28 10:40:59 +08:00
|
|
|
position = Vector2(0, -46)
|
2026-04-05 14:37:59 +08:00
|
|
|
scale = Vector2(0.399, 0.399)
|
2026-03-22 16:32:18 +08:00
|
|
|
texture = ExtResource("3_vkls3")
|
|
|
|
|
|
|
|
|
|
[node name="hitbox" parent="texture/hurtbox" index="0"]
|
2026-03-28 10:40:59 +08:00
|
|
|
position = Vector2(0, -46)
|
2026-03-22 16:32:18 +08:00
|
|
|
shape = SubResource("RectangleShape2D_vkls3")
|
|
|
|
|
|
|
|
|
|
[node name="statebar" parent="." index="4"]
|
2026-03-28 10:40:59 +08:00
|
|
|
position = Vector2(0, -213)
|