WIP: timeline drawing, still buggy
This commit is contained in:
@@ -1,15 +1,36 @@
|
||||
[gd_scene format=3 uid="uid://v4oljx3qrk5q"]
|
||||
[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 = 0
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user