84 lines
2.3 KiB
Plaintext
84 lines
2.3 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://5d6o5k30wsnc"]
|
|
|
|
[ext_resource type="Script" path="res://config/animation/frames_display_card.gd" id="1_8ollf"]
|
|
[ext_resource type="SpriteFrames" path="res://config/animation/entity_sprite_frames.tres" id="2_4hiuy"]
|
|
|
|
[node name="FramesDisplayCard" type="VBoxContainer"]
|
|
offset_right = 103.0
|
|
offset_bottom = 239.0
|
|
script = ExtResource("1_8ollf")
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
|
clip_contents = true
|
|
custom_minimum_size = Vector2(128, 128)
|
|
layout_mode = 2
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="PanelContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="PanelContainer/CenterContainer"]
|
|
unique_name_in_owner = true
|
|
sprite_frames = ExtResource("2_4hiuy")
|
|
animation = &"c00_吕萍_记笔记_right"
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="Label" type="Label" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
text = "fps:"
|
|
|
|
[node name="FramesSpeedEdit" type="LineEdit" parent="HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
text = "5"
|
|
|
|
[node name="DirLineEdit" type="LineEdit" parent="."]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(120, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "file_name"
|
|
editable = false
|
|
|
|
[node name="MappingLineEdit" type="LineEdit" parent="."]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(120, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "animation_name"
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="Label" type="Label" parent="HBoxContainer2"]
|
|
layout_mode = 2
|
|
text = "首帧"
|
|
|
|
[node name="FirstFrameMapping" type="LineEdit" parent="HBoxContainer2"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(100, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 10
|
|
|
|
[node name="HBoxContainer3" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
|
|
[node name="Label" type="Label" parent="HBoxContainer3"]
|
|
layout_mode = 2
|
|
text = "镜像"
|
|
|
|
[node name="MirrorMapping" type="LineEdit" parent="HBoxContainer3"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(100, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 10
|