1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-31 08:21:54 +08:00
Files
Dog-Lynx-And-HCN/components/Characters/EnergyBlock.tscn
T
fallingshrimp 848351659c feat(人物): 添加能量块角色资源及动画配置
添加新的能量块角色资源xgl.png及其导入配置
更新EnergyBlock.tscn中的动画帧进度配置
2026-05-01 15:57:52 +08:00

36 lines
1.1 KiB
Plaintext

[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"]
[ext_resource type="Texture2D" uid="uid://bm64qkwl8qeqo" path="res://resources/characters/enregy-block/40code.png" id="3_v78o6"]
[sub_resource type="SpriteFrames" id="SpriteFrames_8do1r"]
animations = [{
"frames": [],
"loop": true,
"name": &"idle",
"speed": 5.0
}, {
"frames": [],
"loop": true,
"name": &"walk",
"speed": 5.0
}]
[node name="EnergyBlock" unique_id=247617339 instance=ExtResource("1_n2ng1")]
script = ExtResource("2_h3ykr")
displayName = "稻草人"
[node name="texture" parent="." index="3"]
sprite_frames = SubResource("SpriteFrames_8do1r")
animation = &"walk"
frame_progress = 0.31093365
[node name="staticBackground" parent="texture" index="0"]
position = Vector2(0, -1.0000038)
scale = Vector2(0.49728185, 0.49728185)
texture = ExtResource("3_v78o6")
[node name="statebar" parent="." index="4"]
position = Vector2(0, -119)