37 lines
853 B
Plaintext
37 lines
853 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://v4oljx3qrk5q"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Timeline.gd" id="1_h2mev"]
|
|
|
|
[node name="Timeline" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
script = ExtResource("1_h2mev")
|
|
base_scale = 0.05
|
|
|
|
[node name="ScrollBar" type="HScrollBar" parent="."]
|
|
custom_minimum_size = Vector2(0, 20)
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_top = 0.97
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = 24.4
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
modulate = Color(0.329158, 0.329158, 0.329158, 1)
|
|
show_behind_parent = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|