131 lines
3.2 KiB
Plaintext
131 lines
3.2 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://b1uf31ed6h0ir"]
|
|
|
|
[ext_resource type="Script" path="res://UI/TAS UI/CurrentFrameLabel.cs" id="1_27u4w"]
|
|
[ext_resource type="Script" path="res://UI/TAS UI/RegressButton.cs" id="2_fhmsa"]
|
|
[ext_resource type="Script" path="res://UI/TAS UI/Label2.gd" id="2_otida"]
|
|
[ext_resource type="Script" path="res://UI/TAS UI/AdvanceButton.cs" id="3_0ti6q"]
|
|
[ext_resource type="Script" path="res://UI/TAS UI/StopIncrementButton.cs" id="4_4gd4c"]
|
|
[ext_resource type="Script" path="res://UI/TAS UI/StartIncrementButton.cs" id="5_5af83"]
|
|
[ext_resource type="Script" path="res://UI/TAS UI/ResetFramesButton.cs" id="6_nwwkv"]
|
|
|
|
[node name="TAS UI" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="DEBUG" type="Control" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="Label" type="Label" parent="DEBUG"]
|
|
layout_mode = 1
|
|
anchors_preset = 2
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -26.0
|
|
offset_right = 199.0
|
|
grow_vertical = 0
|
|
text = "Current Frame: 0"
|
|
script = ExtResource("1_27u4w")
|
|
|
|
[node name="Label2" type="Label" parent="DEBUG"]
|
|
layout_mode = 1
|
|
anchors_preset = 2
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 2.0
|
|
offset_top = -55.0
|
|
offset_right = 201.0
|
|
offset_bottom = -29.0
|
|
grow_vertical = 0
|
|
text = "Current Frame: 0"
|
|
script = ExtResource("2_otida")
|
|
|
|
[node name="FrameButtons" type="Control" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -131.5
|
|
offset_top = -52.0
|
|
offset_right = 131.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
|
|
[node name="RegressButton" type="Button" parent="FrameButtons"]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
grow_vertical = 2
|
|
text = "Regress"
|
|
script = ExtResource("2_fhmsa")
|
|
|
|
[node name="AdvanceButton" type="Button" parent="FrameButtons"]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_vertical = 2
|
|
disabled = true
|
|
text = "Advance"
|
|
script = ExtResource("3_0ti6q")
|
|
|
|
[node name="TASButtons" type="Control" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -205.0
|
|
offset_top = -103.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
|
|
[node name="StopIncrementButton" type="Button" parent="TASButtons"]
|
|
layout_mode = 1
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
offset_bottom = 31.0
|
|
grow_horizontal = 2
|
|
text = "Stop Increment"
|
|
script = ExtResource("4_4gd4c")
|
|
|
|
[node name="StartIncrementButton" type="Button" parent="TASButtons"]
|
|
layout_mode = 1
|
|
anchors_preset = 14
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
offset_top = -15.5
|
|
offset_bottom = 15.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
text = "Start Increment"
|
|
script = ExtResource("5_5af83")
|
|
|
|
[node name="ResetFramesButton" type="Button" parent="TASButtons"]
|
|
layout_mode = 1
|
|
anchors_preset = 12
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -31.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
text = "Reset Frames"
|
|
script = ExtResource("6_nwwkv")
|