From 1902938b9837b24114d6d2d5817e695651e92bbc Mon Sep 17 00:00:00 2001 From: Variable <77773850+Variable-ind@users.noreply.github.com> Date: Thu, 18 May 2023 17:28:12 +0500 Subject: [PATCH] Add files via upload --- src/UI/Timeline/AnimationTimeline.tscn | 49 +++++++++++++------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/src/UI/Timeline/AnimationTimeline.tscn b/src/UI/Timeline/AnimationTimeline.tscn index 2ef9676c7..2d7cb97a6 100644 --- a/src/UI/Timeline/AnimationTimeline.tscn +++ b/src/UI/Timeline/AnimationTimeline.tscn @@ -27,6 +27,27 @@ [ext_resource path="res://assets/graphics/timeline/loop.png" type="Texture" id=31] [ext_resource path="res://src/UI/Timeline/FrameTagDialog.tscn" type="PackedScene" id=42] +[sub_resource type="StyleBoxEmpty" id=15] + +[sub_resource type="StyleBoxEmpty" id=16] + +[sub_resource type="StyleBoxEmpty" id=17] + +[sub_resource type="StyleBoxEmpty" id=18] + +[sub_resource type="StyleBoxEmpty" id=19] + +[sub_resource type="Theme" id=20] +HScrollBar/icons/decrement = null +HScrollBar/icons/decrement_highlight = null +HScrollBar/icons/increment = null +HScrollBar/icons/increment_highlight = null +HScrollBar/styles/grabber = SubResource( 15 ) +HScrollBar/styles/grabber_highlight = SubResource( 16 ) +HScrollBar/styles/grabber_pressed = SubResource( 17 ) +HScrollBar/styles/scroll = SubResource( 18 ) +HScrollBar/styles/scroll_focus = SubResource( 19 ) + [sub_resource type="InputEventAction" id=21] action = "go_to_first_frame" @@ -63,27 +84,6 @@ action = "go_to_last_frame" [sub_resource type="ShortCut" id=14] shortcut = SubResource( 22 ) -[sub_resource type="StyleBoxEmpty" id=15] - -[sub_resource type="StyleBoxEmpty" id=16] - -[sub_resource type="StyleBoxEmpty" id=17] - -[sub_resource type="StyleBoxEmpty" id=18] - -[sub_resource type="StyleBoxEmpty" id=19] - -[sub_resource type="Theme" id=20] -HScrollBar/icons/decrement = null -HScrollBar/icons/decrement_highlight = null -HScrollBar/icons/increment = null -HScrollBar/icons/increment_highlight = null -HScrollBar/styles/grabber = SubResource( 15 ) -HScrollBar/styles/grabber_highlight = SubResource( 16 ) -HScrollBar/styles/grabber_pressed = SubResource( 17 ) -HScrollBar/styles/scroll = SubResource( 18 ) -HScrollBar/styles/scroll_focus = SubResource( 19 ) - [node name="AnimationTimeline" type="Panel"] margin_right = 902.0 margin_bottom = 160.0 @@ -310,6 +310,7 @@ size_flags_horizontal = 3 margin_right = 677.0 margin_bottom = 38.0 size_flags_horizontal = 3 +theme = SubResource( 20 ) scroll_vertical_enabled = false [node name="AnimationTools" type="PanelContainer" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer"] @@ -975,10 +976,8 @@ mouse_filter = 2 color = Color( 0, 0.741176, 1, 0.501961 ) [node name="PasteTagPopup" type="PopupMenu" parent="."] -margin_left = 439.0 -margin_top = 9.0 -margin_right = 459.0 -margin_bottom = 29.0 +margin_right = 20.0 +margin_bottom = 20.0 script = ExtResource( 12 ) [connection signal="pressed" from="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/AddLayer" to="." method="add_layer" binds= [ 0 ]]