修复 animation frames 中的脏数据
This commit is contained in:
parent
cb3b83d160
commit
12d3c62ff4
@ -1,15 +1,15 @@
|
|||||||
[gd_scene load_steps=3 format=3 uid="uid://djtshxngiu5tl"]
|
[gd_scene load_steps=3 format=3 uid="uid://djtshxngiu5tl"]
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://config/animation/art_loader.gd" id="1_oye67"]
|
[ext_resource type="Script" path="res://config/animation/animation_loader.gd" id="1_qwa4g"]
|
||||||
[ext_resource type="Script" path="res://ui/button/sound_button.gd" id="2_lvnnc"]
|
[ext_resource type="Script" path="res://ui/button/sound_button.gd" id="2_1tl0v"]
|
||||||
|
|
||||||
[node name="ArtLoader" type="Panel"]
|
[node name="AnimationLoader" type="Panel"]
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
script = ExtResource("1_oye67")
|
script = ExtResource("1_qwa4g")
|
||||||
|
|
||||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
@ -51,7 +51,7 @@ size_flags_horizontal = 4
|
|||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
text = "⬅️"
|
text = "⬅️"
|
||||||
script = ExtResource("2_lvnnc")
|
script = ExtResource("2_1tl0v")
|
||||||
|
|
||||||
[node name="PageLabel" type="Label" parent="HBoxContainer/MarginContainer2/VBoxContainer/HBoxContainer"]
|
[node name="PageLabel" type="Label" parent="HBoxContainer/MarginContainer2/VBoxContainer/HBoxContainer"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
@ -62,7 +62,7 @@ text = "1/1"
|
|||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
text = "➡️"
|
text = "➡️"
|
||||||
script = ExtResource("2_lvnnc")
|
script = ExtResource("2_1tl0v")
|
||||||
|
|
||||||
[node name="ConfigEdit" type="TextEdit" parent="HBoxContainer/MarginContainer2/VBoxContainer"]
|
[node name="ConfigEdit" type="TextEdit" parent="HBoxContainer/MarginContainer2/VBoxContainer"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user