mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Onion icon change (#711)
* aspect changes for changed icon * New "expandable" icon
This commit is contained in:
parent
90d2473f52
commit
b95d884dcc
Binary file not shown.
Before Width: | Height: | Size: 124 B After Width: | Height: | Size: 111 B |
|
@ -286,19 +286,19 @@ __meta__ = {
|
|||
|
||||
[node name="Control" type="Control" parent="ScrollContainer/TimelineContainer/TimelineButtons"]
|
||||
margin_left = 190.0
|
||||
margin_right = 386.0
|
||||
margin_right = 378.0
|
||||
margin_bottom = 38.0
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="ScrollContainer/TimelineContainer/TimelineButtons"]
|
||||
margin_left = 390.0
|
||||
margin_left = 382.0
|
||||
margin_right = 902.0
|
||||
margin_bottom = 38.0
|
||||
|
||||
[node name="AnimationButtons" type="HBoxContainer" parent="ScrollContainer/TimelineContainer/TimelineButtons/PanelContainer"]
|
||||
margin_left = 7.0
|
||||
margin_top = 7.0
|
||||
margin_right = 505.0
|
||||
margin_right = 513.0
|
||||
margin_bottom = 31.0
|
||||
rect_min_size = Vector2( 0, 24 )
|
||||
size_flags_horizontal = 3
|
||||
|
@ -641,13 +641,14 @@ __meta__ = {
|
|||
|
||||
[node name="LoopButtons" type="HBoxContainer" parent="ScrollContainer/TimelineContainer/TimelineButtons/PanelContainer/AnimationButtons"]
|
||||
margin_left = 360.0
|
||||
margin_right = 498.0
|
||||
margin_right = 506.0
|
||||
margin_bottom = 24.0
|
||||
|
||||
[node name="OnionSkinningSettings" type="Button" parent="ScrollContainer/TimelineContainer/TimelineButtons/PanelContainer/AnimationButtons/LoopButtons" groups=["UIButtons"]]
|
||||
margin_top = 2.0
|
||||
margin_right = 12.0
|
||||
margin_right = 20.0
|
||||
margin_bottom = 22.0
|
||||
rect_min_size = Vector2( 20, 0 )
|
||||
hint_tooltip = "Onion Skinning settings"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
|
@ -659,21 +660,21 @@ anchor_left = 0.5
|
|||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -3.0
|
||||
margin_top = -6.0
|
||||
margin_right = 3.0
|
||||
margin_bottom = 6.0
|
||||
margin_left = -7.0
|
||||
margin_top = -7.0
|
||||
margin_right = 7.0
|
||||
margin_bottom = 7.0
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
texture = ExtResource( 30 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
"_editor_description_": ""
|
||||
}
|
||||
|
||||
[node name="OnionSkinning" type="Button" parent="ScrollContainer/TimelineContainer/TimelineButtons/PanelContainer/AnimationButtons/LoopButtons" groups=["UIButtons"]]
|
||||
margin_left = 16.0
|
||||
margin_left = 24.0
|
||||
margin_top = 2.0
|
||||
margin_right = 36.0
|
||||
margin_right = 44.0
|
||||
margin_bottom = 22.0
|
||||
rect_min_size = Vector2( 20, 0 )
|
||||
hint_tooltip = "Enable/disable Onion Skinning"
|
||||
|
@ -693,14 +694,11 @@ margin_bottom = 7.0
|
|||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
texture = ExtResource( 29 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="LoopAnim" type="Button" parent="ScrollContainer/TimelineContainer/TimelineButtons/PanelContainer/AnimationButtons/LoopButtons" groups=["UIButtons"]]
|
||||
margin_left = 40.0
|
||||
margin_left = 48.0
|
||||
margin_top = 2.0
|
||||
margin_right = 60.0
|
||||
margin_right = 68.0
|
||||
margin_bottom = 22.0
|
||||
rect_min_size = Vector2( 20, 0 )
|
||||
hint_tooltip = "Cycle loop"
|
||||
|
@ -723,8 +721,8 @@ __meta__ = {
|
|||
}
|
||||
|
||||
[node name="FPSValue" type="SpinBox" parent="ScrollContainer/TimelineContainer/TimelineButtons/PanelContainer/AnimationButtons/LoopButtons"]
|
||||
margin_left = 64.0
|
||||
margin_right = 138.0
|
||||
margin_left = 72.0
|
||||
margin_right = 146.0
|
||||
margin_bottom = 24.0
|
||||
hint_tooltip = "How many frames per second should the animation preview be?
|
||||
The more FPS, the faster the animation plays."
|
||||
|
|
Loading…
Reference in a new issue