Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Variable-ind authored May 18, 2023
1 parent 02b0a96 commit 1902938
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions src/UI/Timeline/AnimationTimeline.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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 ]]
Expand Down

0 comments on commit 1902938

Please sign in to comment.