2026-04-26 14:02:02 +08:00
|
|
|
[gd_scene format=3 uid="uid://b5bsvrtu8v2f7"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_n2ng1"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://du30qanswie6y" path="res://scripts/Contents/Characters/EnergyBlock.gd" id="2_h3ykr"]
|
2026-05-02 18:16:20 +08:00
|
|
|
[ext_resource type="Texture2D" uid="uid://dwwpkn4q07ja2" path="res://icon.svg" id="3_v78o6"]
|
2026-05-01 15:15:54 +08:00
|
|
|
|
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_8do1r"]
|
|
|
|
|
animations = [{
|
|
|
|
|
"frames": [],
|
|
|
|
|
"loop": true,
|
|
|
|
|
"name": &"idle",
|
|
|
|
|
"speed": 5.0
|
|
|
|
|
}, {
|
|
|
|
|
"frames": [],
|
|
|
|
|
"loop": true,
|
|
|
|
|
"name": &"walk",
|
|
|
|
|
"speed": 5.0
|
|
|
|
|
}]
|
2026-04-26 14:02:02 +08:00
|
|
|
|
2026-05-02 18:16:20 +08:00
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8do1r"]
|
|
|
|
|
size = Vector2(112, 112)
|
|
|
|
|
|
2026-04-26 14:02:02 +08:00
|
|
|
[node name="EnergyBlock" unique_id=247617339 instance=ExtResource("1_n2ng1")]
|
|
|
|
|
script = ExtResource("2_h3ykr")
|
|
|
|
|
displayName = "稻草人"
|
|
|
|
|
|
2026-05-01 15:15:54 +08:00
|
|
|
[node name="texture" parent="." index="3"]
|
|
|
|
|
sprite_frames = SubResource("SpriteFrames_8do1r")
|
|
|
|
|
animation = &"walk"
|
2026-05-01 15:57:52 +08:00
|
|
|
frame_progress = 0.31093365
|
2026-05-01 15:15:54 +08:00
|
|
|
|
|
|
|
|
[node name="staticBackground" parent="texture" index="0"]
|
|
|
|
|
position = Vector2(0, -1.0000038)
|
2026-05-02 18:16:20 +08:00
|
|
|
scale = Vector2(0.8514976, 0.8514976)
|
2026-05-01 15:15:54 +08:00
|
|
|
texture = ExtResource("3_v78o6")
|
|
|
|
|
|
2026-05-02 18:16:20 +08:00
|
|
|
[node name="hitbox" parent="texture/hurtbox" index="0"]
|
|
|
|
|
shape = SubResource("RectangleShape2D_8do1r")
|
|
|
|
|
|
2026-04-26 14:02:02 +08:00
|
|
|
[node name="statebar" parent="." index="4"]
|
2026-05-01 15:15:54 +08:00
|
|
|
position = Vector2(0, -119)
|