mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Changed focus mode of some buttons to None
This fixes unwanted behavior when using Space to move the canvas around, it acted as a button press on the last pressed button.
This commit is contained in:
parent
b6c7ad4d1c
commit
1f16e6b747
|
@ -52,10 +52,11 @@ Martin Novák (novhack), luiq54, Schweini07, Marco Galli (Gaarco), Matheus Peseg
|
||||||
### Fixed
|
### Fixed
|
||||||
- Chinese characters not being rendered in notifications (the labels that appear when undoing/redoing) and at the splash screen for Platinum & Gold Sponsor Placeholder labels
|
- Chinese characters not being rendered in notifications (the labels that appear when undoing/redoing) and at the splash screen for Platinum & Gold Sponsor Placeholder labels
|
||||||
- Fixed issue when moving frames, the current frame was being shown but the frame next to it was actually the one being drawn on.
|
- Fixed issue when moving frames, the current frame was being shown but the frame next to it was actually the one being drawn on.
|
||||||
- Fixed issue with LineEdits not letting go of focus when the user clicked somewhere else.! (Issue #167)
|
- Fixed issue with LineEdits not letting go of focus when the user clicked somewhere else. (Issue #167)
|
||||||
- When the palette, outline and rotate image dialogs are open, the user can't zoom in the canvas anymore.
|
- When the palette, outline and rotate image dialogs are open, the user can't zoom in the canvas anymore.
|
||||||
- Fixed bug where the user could drag the selection and the guides when the canvas had no focus.
|
- Fixed bug where the user could drag the selection and the guides when the canvas had no focus.
|
||||||
- The zoom label on the top bar now shows the correct zoom value when smooth zoom is enabled.
|
- The zoom label on the top bar now shows the correct zoom value when smooth zoom is enabled.
|
||||||
|
- Fixed issue with Space triggering the event of the last pressed button. This caused unwanted behavior when using Space to move the canvas around. Resolved by changing the focus mode of the buttons to None.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- It's no longer possible for frames to have different amounts of layers. All frames have the same amount.
|
- It's no longer possible for frames to have different amounts of layers. All frames have the same amount.
|
||||||
|
|
103
Main.tscn
103
Main.tscn
|
@ -503,6 +503,7 @@ margin_bottom = 7.0
|
||||||
margin_left = 152.0
|
margin_left = 152.0
|
||||||
margin_right = 177.0
|
margin_right = 177.0
|
||||||
margin_bottom = 7.0
|
margin_bottom = 7.0
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
shortcut_in_tooltip = false
|
shortcut_in_tooltip = false
|
||||||
shortcut = SubResource( 3 )
|
shortcut = SubResource( 3 )
|
||||||
|
@ -524,6 +525,7 @@ margin_right = 64.0
|
||||||
margin_bottom = 32.0
|
margin_bottom = 32.0
|
||||||
rect_min_size = Vector2( 64, 32 )
|
rect_min_size = Vector2( 64, 32 )
|
||||||
hint_tooltip = "Choose a color for the left tool"
|
hint_tooltip = "Choose a color for the left tool"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 0
|
size_flags_vertical = 0
|
||||||
|
@ -534,6 +536,7 @@ margin_right = 141.0
|
||||||
margin_bottom = 32.0
|
margin_bottom = 32.0
|
||||||
rect_min_size = Vector2( 64, 32 )
|
rect_min_size = Vector2( 64, 32 )
|
||||||
hint_tooltip = "Choose a color for the right tool"
|
hint_tooltip = "Choose a color for the right tool"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 0
|
size_flags_vertical = 0
|
||||||
|
@ -552,6 +555,7 @@ margin_left = 152.0
|
||||||
margin_right = 177.0
|
margin_right = 177.0
|
||||||
margin_bottom = 8.0
|
margin_bottom = 8.0
|
||||||
hint_tooltip = "Reset the colors to their default state (black for left, white for right)"
|
hint_tooltip = "Reset the colors to their default state (black for left, white for right)"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
texture_normal = ExtResource( 11 )
|
texture_normal = ExtResource( 11 )
|
||||||
|
|
||||||
|
@ -620,6 +624,7 @@ margin_top = 55.0
|
||||||
margin_right = 125.0
|
margin_right = 125.0
|
||||||
margin_bottom = 71.0
|
margin_bottom = 71.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
size_flags_vertical = 1
|
size_flags_vertical = 1
|
||||||
|
@ -631,13 +636,13 @@ ticks_on_borders = true
|
||||||
[node name="LeftColorInterpolation" type="VBoxContainer" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"]
|
[node name="LeftColorInterpolation" type="VBoxContainer" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"]
|
||||||
visible = false
|
visible = false
|
||||||
margin_top = 75.0
|
margin_top = 75.0
|
||||||
margin_right = 144.0
|
margin_right = 159.0
|
||||||
margin_bottom = 131.0
|
margin_bottom = 131.0
|
||||||
alignment = 1
|
alignment = 1
|
||||||
|
|
||||||
[node name="ColorComesFrom" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftColorInterpolation"]
|
[node name="ColorComesFrom" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftColorInterpolation"]
|
||||||
margin_left = 27.0
|
margin_left = 34.0
|
||||||
margin_right = 117.0
|
margin_right = 124.0
|
||||||
margin_bottom = 15.0
|
margin_bottom = 15.0
|
||||||
hint_tooltip = "0: Color from the brush itself, 100: the currently selected color"
|
hint_tooltip = "0: Color from the brush itself, 100: the currently selected color"
|
||||||
mouse_filter = 1
|
mouse_filter = 1
|
||||||
|
@ -645,9 +650,9 @@ size_flags_horizontal = 4
|
||||||
text = "Brush color from"
|
text = "Brush color from"
|
||||||
|
|
||||||
[node name="LeftInterpolateFactor" type="SpinBox" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftColorInterpolation"]
|
[node name="LeftInterpolateFactor" type="SpinBox" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftColorInterpolation"]
|
||||||
margin_left = 45.0
|
margin_left = 52.0
|
||||||
margin_top = 19.0
|
margin_top = 19.0
|
||||||
margin_right = 99.0
|
margin_right = 106.0
|
||||||
margin_bottom = 36.0
|
margin_bottom = 36.0
|
||||||
hint_tooltip = "0: Color from the brush itself, 100: the currently selected color"
|
hint_tooltip = "0: Color from the brush itself, 100: the currently selected color"
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
|
@ -655,12 +660,13 @@ value = 100.0
|
||||||
align = 1
|
align = 1
|
||||||
|
|
||||||
[node name="LeftInterpolateSlider" type="HSlider" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftColorInterpolation"]
|
[node name="LeftInterpolateSlider" type="HSlider" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftColorInterpolation"]
|
||||||
margin_left = 25.0
|
margin_left = 33.0
|
||||||
margin_top = 40.0
|
margin_top = 40.0
|
||||||
margin_right = 117.0
|
margin_right = 125.0
|
||||||
margin_bottom = 56.0
|
margin_bottom = 56.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
hint_tooltip = "0: Color from the brush itself, 100: the currently selected color"
|
hint_tooltip = "0: Color from the brush itself, 100: the currently selected color"
|
||||||
|
focus_mode = 0
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
size_flags_vertical = 1
|
size_flags_vertical = 1
|
||||||
value = 100.0
|
value = 100.0
|
||||||
|
@ -669,22 +675,23 @@ ticks_on_borders = true
|
||||||
[node name="LeftFillArea" type="VBoxContainer" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"]
|
[node name="LeftFillArea" type="VBoxContainer" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"]
|
||||||
visible = false
|
visible = false
|
||||||
margin_top = 75.0
|
margin_top = 75.0
|
||||||
margin_right = 144.0
|
margin_right = 159.0
|
||||||
margin_bottom = 117.0
|
margin_bottom = 117.0
|
||||||
|
|
||||||
[node name="FillAreaLabel" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftFillArea"]
|
[node name="FillAreaLabel" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftFillArea"]
|
||||||
margin_left = 49.0
|
margin_left = 56.0
|
||||||
margin_right = 95.0
|
margin_right = 102.0
|
||||||
margin_bottom = 15.0
|
margin_bottom = 15.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Fill area:"
|
text = "Fill area:"
|
||||||
|
|
||||||
[node name="LeftFillAreaOptions" type="OptionButton" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftFillArea"]
|
[node name="LeftFillAreaOptions" type="OptionButton" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftFillArea"]
|
||||||
margin_left = 17.0
|
margin_left = 24.0
|
||||||
margin_top = 19.0
|
margin_top = 19.0
|
||||||
margin_right = 127.0
|
margin_right = 134.0
|
||||||
margin_bottom = 42.0
|
margin_bottom = 42.0
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Same color area"
|
text = "Same color area"
|
||||||
|
@ -694,15 +701,16 @@ selected = 0
|
||||||
[node name="LeftLDOptions" type="VBoxContainer" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"]
|
[node name="LeftLDOptions" type="VBoxContainer" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"]
|
||||||
visible = false
|
visible = false
|
||||||
margin_top = 75.0
|
margin_top = 75.0
|
||||||
margin_right = 144.0
|
margin_right = 153.0
|
||||||
margin_bottom = 158.0
|
margin_bottom = 158.0
|
||||||
alignment = 1
|
alignment = 1
|
||||||
|
|
||||||
[node name="LeftLightenDarken" type="OptionButton" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftLDOptions"]
|
[node name="LeftLightenDarken" type="OptionButton" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftLDOptions"]
|
||||||
margin_left = 25.0
|
margin_left = 30.0
|
||||||
margin_right = 117.0
|
margin_right = 122.0
|
||||||
margin_bottom = 23.0
|
margin_bottom = 23.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Lighten"
|
text = "Lighten"
|
||||||
|
@ -710,17 +718,17 @@ items = [ "Lighten", null, false, 0, null, "Darken", null, false, 1, null ]
|
||||||
selected = 0
|
selected = 0
|
||||||
|
|
||||||
[node name="LDAmountLabel" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftLDOptions"]
|
[node name="LDAmountLabel" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftLDOptions"]
|
||||||
margin_left = 48.0
|
margin_left = 53.0
|
||||||
margin_top = 27.0
|
margin_top = 27.0
|
||||||
margin_right = 95.0
|
margin_right = 100.0
|
||||||
margin_bottom = 42.0
|
margin_bottom = 42.0
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Amount:"
|
text = "Amount:"
|
||||||
|
|
||||||
[node name="LeftLDAmountSpinbox" type="SpinBox" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftLDOptions"]
|
[node name="LeftLDAmountSpinbox" type="SpinBox" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftLDOptions"]
|
||||||
margin_left = 45.0
|
margin_left = 49.0
|
||||||
margin_top = 46.0
|
margin_top = 46.0
|
||||||
margin_right = 99.0
|
margin_right = 103.0
|
||||||
margin_bottom = 63.0
|
margin_bottom = 63.0
|
||||||
hint_tooltip = "Lighten/Darken amount"
|
hint_tooltip = "Lighten/Darken amount"
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
|
@ -729,12 +737,13 @@ value = 10.0
|
||||||
align = 1
|
align = 1
|
||||||
|
|
||||||
[node name="LeftLDAmountSlider" type="HSlider" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftLDOptions"]
|
[node name="LeftLDAmountSlider" type="HSlider" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftLDOptions"]
|
||||||
margin_left = 25.0
|
margin_left = 30.0
|
||||||
margin_top = 67.0
|
margin_top = 67.0
|
||||||
margin_right = 117.0
|
margin_right = 122.0
|
||||||
margin_bottom = 83.0
|
margin_bottom = 83.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
hint_tooltip = "Lighten/Darken amount"
|
hint_tooltip = "Lighten/Darken amount"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
size_flags_vertical = 1
|
size_flags_vertical = 1
|
||||||
|
@ -744,22 +753,23 @@ ticks_on_borders = true
|
||||||
[node name="LeftColorPickerOptions" type="VBoxContainer" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"]
|
[node name="LeftColorPickerOptions" type="VBoxContainer" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"]
|
||||||
visible = false
|
visible = false
|
||||||
margin_top = 75.0
|
margin_top = 75.0
|
||||||
margin_right = 138.0
|
margin_right = 159.0
|
||||||
margin_bottom = 117.0
|
margin_bottom = 117.0
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftColorPickerOptions"]
|
[node name="Label" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftColorPickerOptions"]
|
||||||
margin_left = 47.0
|
margin_left = 57.0
|
||||||
margin_right = 91.0
|
margin_right = 101.0
|
||||||
margin_bottom = 15.0
|
margin_bottom = 15.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Pick for:"
|
text = "Pick for:"
|
||||||
|
|
||||||
[node name="LeftForColorOptions" type="OptionButton" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftColorPickerOptions"]
|
[node name="LeftForColorOptions" type="OptionButton" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftColorPickerOptions"]
|
||||||
margin_left = 32.0
|
margin_left = 42.0
|
||||||
margin_top = 19.0
|
margin_top = 19.0
|
||||||
margin_right = 106.0
|
margin_right = 116.0
|
||||||
margin_bottom = 42.0
|
margin_bottom = 42.0
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Left Color"
|
text = "Left Color"
|
||||||
|
@ -769,23 +779,24 @@ selected = 0
|
||||||
[node name="LeftZoomOptions" type="VBoxContainer" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"]
|
[node name="LeftZoomOptions" type="VBoxContainer" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"]
|
||||||
visible = false
|
visible = false
|
||||||
margin_top = 75.0
|
margin_top = 75.0
|
||||||
margin_right = 138.0
|
margin_right = 153.0
|
||||||
margin_bottom = 190.0
|
margin_bottom = 190.0
|
||||||
|
|
||||||
[node name="ModeLabel" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftZoomOptions"]
|
[node name="ModeLabel" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftZoomOptions"]
|
||||||
margin_left = 52.0
|
margin_left = 60.0
|
||||||
margin_right = 85.0
|
margin_right = 93.0
|
||||||
margin_bottom = 15.0
|
margin_bottom = 15.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Mode:"
|
text = "Mode:"
|
||||||
|
|
||||||
[node name="LeftZoomModeOptions" type="OptionButton" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftZoomOptions"]
|
[node name="LeftZoomModeOptions" type="OptionButton" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftZoomOptions"]
|
||||||
margin_left = 22.0
|
margin_left = 30.0
|
||||||
margin_top = 19.0
|
margin_top = 19.0
|
||||||
margin_right = 114.0
|
margin_right = 122.0
|
||||||
margin_bottom = 42.0
|
margin_bottom = 42.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Zoom in"
|
text = "Zoom in"
|
||||||
|
@ -793,30 +804,32 @@ items = [ "Zoom in", null, false, 0, null, "Zoom out", null, false, 1, null ]
|
||||||
selected = 0
|
selected = 0
|
||||||
|
|
||||||
[node name="OptionsLabel" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftZoomOptions"]
|
[node name="OptionsLabel" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftZoomOptions"]
|
||||||
margin_left = 46.0
|
margin_left = 54.0
|
||||||
margin_top = 46.0
|
margin_top = 46.0
|
||||||
margin_right = 91.0
|
margin_right = 99.0
|
||||||
margin_bottom = 61.0
|
margin_bottom = 61.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Options:"
|
text = "Options:"
|
||||||
|
|
||||||
[node name="FitToFrameButton" type="Button" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftZoomOptions"]
|
[node name="FitToFrameButton" type="Button" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftZoomOptions"]
|
||||||
margin_left = 22.0
|
margin_left = 30.0
|
||||||
margin_top = 65.0
|
margin_top = 65.0
|
||||||
margin_right = 114.0
|
margin_right = 122.0
|
||||||
margin_bottom = 88.0
|
margin_bottom = 88.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Fit to frame"
|
text = "Fit to frame"
|
||||||
|
|
||||||
[node name="100%ZoomButton" type="Button" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftZoomOptions"]
|
[node name="100%ZoomButton" type="Button" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftZoomOptions"]
|
||||||
margin_left = 22.0
|
margin_left = 30.0
|
||||||
margin_top = 92.0
|
margin_top = 92.0
|
||||||
margin_right = 114.0
|
margin_right = 122.0
|
||||||
margin_bottom = 115.0
|
margin_bottom = 115.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "100% Zoom"
|
text = "100% Zoom"
|
||||||
|
@ -841,6 +854,7 @@ margin_left = 41.0
|
||||||
margin_right = 56.0
|
margin_right = 56.0
|
||||||
margin_bottom = 17.0
|
margin_bottom = 17.0
|
||||||
hint_tooltip = "Enable horizontal mirrored drawing"
|
hint_tooltip = "Enable horizontal mirrored drawing"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
toggle_mode = true
|
toggle_mode = true
|
||||||
texture_normal = ExtResource( 30 )
|
texture_normal = ExtResource( 30 )
|
||||||
|
@ -853,6 +867,7 @@ margin_left = 100.0
|
||||||
margin_right = 117.0
|
margin_right = 117.0
|
||||||
margin_bottom = 17.0
|
margin_bottom = 17.0
|
||||||
hint_tooltip = "Enable vertical mirrored drawing"
|
hint_tooltip = "Enable vertical mirrored drawing"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
toggle_mode = true
|
toggle_mode = true
|
||||||
texture_normal = ExtResource( 42 )
|
texture_normal = ExtResource( 42 )
|
||||||
|
@ -917,6 +932,7 @@ margin_top = 55.0
|
||||||
margin_right = 125.0
|
margin_right = 125.0
|
||||||
margin_bottom = 71.0
|
margin_bottom = 71.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
size_flags_vertical = 1
|
size_flags_vertical = 1
|
||||||
|
@ -959,6 +975,7 @@ margin_right = 117.0
|
||||||
margin_bottom = 56.0
|
margin_bottom = 56.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
hint_tooltip = "0: Color from the brush itself, 100: the currently selected color"
|
hint_tooltip = "0: Color from the brush itself, 100: the currently selected color"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
size_flags_vertical = 1
|
size_flags_vertical = 1
|
||||||
|
@ -983,6 +1000,7 @@ margin_left = 17.0
|
||||||
margin_top = 19.0
|
margin_top = 19.0
|
||||||
margin_right = 127.0
|
margin_right = 127.0
|
||||||
margin_bottom = 42.0
|
margin_bottom = 42.0
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Same color area"
|
text = "Same color area"
|
||||||
|
@ -1000,6 +1018,7 @@ margin_left = 22.0
|
||||||
margin_right = 114.0
|
margin_right = 114.0
|
||||||
margin_bottom = 23.0
|
margin_bottom = 23.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Lighten"
|
text = "Lighten"
|
||||||
|
@ -1032,6 +1051,7 @@ margin_right = 114.0
|
||||||
margin_bottom = 83.0
|
margin_bottom = 83.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
hint_tooltip = "Lighten/Darken amount"
|
hint_tooltip = "Lighten/Darken amount"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
size_flags_vertical = 1
|
size_flags_vertical = 1
|
||||||
|
@ -1057,6 +1077,7 @@ margin_left = 31.0
|
||||||
margin_top = 19.0
|
margin_top = 19.0
|
||||||
margin_right = 113.0
|
margin_right = 113.0
|
||||||
margin_bottom = 42.0
|
margin_bottom = 42.0
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Right Color"
|
text = "Right Color"
|
||||||
|
@ -1083,6 +1104,7 @@ margin_top = 19.0
|
||||||
margin_right = 114.0
|
margin_right = 114.0
|
||||||
margin_bottom = 42.0
|
margin_bottom = 42.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Zoom out"
|
text = "Zoom out"
|
||||||
|
@ -1104,6 +1126,7 @@ margin_top = 65.0
|
||||||
margin_right = 114.0
|
margin_right = 114.0
|
||||||
margin_bottom = 88.0
|
margin_bottom = 88.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Fit to frame"
|
text = "Fit to frame"
|
||||||
|
@ -1114,6 +1137,7 @@ margin_top = 92.0
|
||||||
margin_right = 114.0
|
margin_right = 114.0
|
||||||
margin_bottom = 115.0
|
margin_bottom = 115.0
|
||||||
rect_min_size = Vector2( 92, 0 )
|
rect_min_size = Vector2( 92, 0 )
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "100% Zoom"
|
text = "100% Zoom"
|
||||||
|
@ -1138,6 +1162,7 @@ margin_left = 41.0
|
||||||
margin_right = 56.0
|
margin_right = 56.0
|
||||||
margin_bottom = 17.0
|
margin_bottom = 17.0
|
||||||
hint_tooltip = "Enable horizontal mirrored drawing"
|
hint_tooltip = "Enable horizontal mirrored drawing"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
toggle_mode = true
|
toggle_mode = true
|
||||||
texture_normal = ExtResource( 30 )
|
texture_normal = ExtResource( 30 )
|
||||||
|
@ -1150,6 +1175,7 @@ margin_left = 100.0
|
||||||
margin_right = 117.0
|
margin_right = 117.0
|
||||||
margin_bottom = 17.0
|
margin_bottom = 17.0
|
||||||
hint_tooltip = "Enable vertical mirrored drawing"
|
hint_tooltip = "Enable vertical mirrored drawing"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
toggle_mode = true
|
toggle_mode = true
|
||||||
texture_normal = ExtResource( 42 )
|
texture_normal = ExtResource( 42 )
|
||||||
|
@ -1197,6 +1223,7 @@ margin_right = 32.0
|
||||||
margin_bottom = 32.0
|
margin_bottom = 32.0
|
||||||
rect_min_size = Vector2( 32, 32 )
|
rect_min_size = Vector2( 32, 32 )
|
||||||
hint_tooltip = "Add a new palette"
|
hint_tooltip = "Add a new palette"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
texture_normal = ExtResource( 21 )
|
texture_normal = ExtResource( 21 )
|
||||||
texture_hover = ExtResource( 22 )
|
texture_hover = ExtResource( 22 )
|
||||||
|
@ -1216,6 +1243,7 @@ margin_left = 36.0
|
||||||
margin_right = 68.0
|
margin_right = 68.0
|
||||||
margin_bottom = 32.0
|
margin_bottom = 32.0
|
||||||
hint_tooltip = "Edit currently selected palette"
|
hint_tooltip = "Edit currently selected palette"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
texture_normal = ExtResource( 23 )
|
texture_normal = ExtResource( 23 )
|
||||||
texture_hover = ExtResource( 24 )
|
texture_hover = ExtResource( 24 )
|
||||||
|
@ -1227,6 +1255,7 @@ margin_bottom = 32.0
|
||||||
grow_horizontal = 0
|
grow_horizontal = 0
|
||||||
rect_min_size = Vector2( 103, 0 )
|
rect_min_size = Vector2( 103, 0 )
|
||||||
hint_tooltip = "Choose a palette"
|
hint_tooltip = "Choose a palette"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
clip_text = true
|
clip_text = true
|
||||||
|
|
||||||
|
|
|
@ -154,6 +154,7 @@ columns = 2
|
||||||
margin_right = 32.0
|
margin_right = 32.0
|
||||||
margin_bottom = 32.0
|
margin_bottom = 32.0
|
||||||
hint_tooltip = "Create a new layer"
|
hint_tooltip = "Create a new layer"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
texture_normal = ExtResource( 2 )
|
texture_normal = ExtResource( 2 )
|
||||||
texture_hover = ExtResource( 3 )
|
texture_hover = ExtResource( 3 )
|
||||||
|
@ -165,6 +166,7 @@ margin_left = 36.0
|
||||||
margin_right = 68.0
|
margin_right = 68.0
|
||||||
margin_bottom = 32.0
|
margin_bottom = 32.0
|
||||||
hint_tooltip = "Remove current layer"
|
hint_tooltip = "Remove current layer"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 8
|
mouse_default_cursor_shape = 8
|
||||||
disabled = true
|
disabled = true
|
||||||
texture_normal = ExtResource( 4 )
|
texture_normal = ExtResource( 4 )
|
||||||
|
@ -178,6 +180,7 @@ margin_top = 36.0
|
||||||
margin_right = 32.0
|
margin_right = 32.0
|
||||||
margin_bottom = 68.0
|
margin_bottom = 68.0
|
||||||
hint_tooltip = "Move up the current layer"
|
hint_tooltip = "Move up the current layer"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 8
|
mouse_default_cursor_shape = 8
|
||||||
disabled = true
|
disabled = true
|
||||||
texture_normal = ExtResource( 7 )
|
texture_normal = ExtResource( 7 )
|
||||||
|
@ -192,6 +195,7 @@ margin_top = 36.0
|
||||||
margin_right = 68.0
|
margin_right = 68.0
|
||||||
margin_bottom = 68.0
|
margin_bottom = 68.0
|
||||||
hint_tooltip = "Move down the current layer"
|
hint_tooltip = "Move down the current layer"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 8
|
mouse_default_cursor_shape = 8
|
||||||
disabled = true
|
disabled = true
|
||||||
texture_normal = ExtResource( 10 )
|
texture_normal = ExtResource( 10 )
|
||||||
|
@ -205,6 +209,7 @@ margin_top = 72.0
|
||||||
margin_right = 32.0
|
margin_right = 32.0
|
||||||
margin_bottom = 104.0
|
margin_bottom = 104.0
|
||||||
hint_tooltip = "Clone current layer"
|
hint_tooltip = "Clone current layer"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
texture_normal = ExtResource( 13 )
|
texture_normal = ExtResource( 13 )
|
||||||
texture_hover = ExtResource( 14 )
|
texture_hover = ExtResource( 14 )
|
||||||
|
@ -217,6 +222,7 @@ margin_top = 72.0
|
||||||
margin_right = 68.0
|
margin_right = 68.0
|
||||||
margin_bottom = 104.0
|
margin_bottom = 104.0
|
||||||
hint_tooltip = "Merge current layer with the one below"
|
hint_tooltip = "Merge current layer with the one below"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 8
|
mouse_default_cursor_shape = 8
|
||||||
disabled = true
|
disabled = true
|
||||||
texture_normal = ExtResource( 15 )
|
texture_normal = ExtResource( 15 )
|
||||||
|
@ -258,6 +264,7 @@ margin_left = 154.0
|
||||||
margin_right = 174.0
|
margin_right = 174.0
|
||||||
margin_bottom = 20.0
|
margin_bottom = 20.0
|
||||||
hint_tooltip = "Add a new frame"
|
hint_tooltip = "Add a new frame"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 0
|
size_flags_vertical = 0
|
||||||
|
@ -271,6 +278,7 @@ margin_left = 178.0
|
||||||
margin_right = 198.0
|
margin_right = 198.0
|
||||||
margin_bottom = 20.0
|
margin_bottom = 20.0
|
||||||
hint_tooltip = "Remove Frame"
|
hint_tooltip = "Remove Frame"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 0
|
size_flags_vertical = 0
|
||||||
|
@ -284,6 +292,7 @@ margin_left = 202.0
|
||||||
margin_right = 222.0
|
margin_right = 222.0
|
||||||
margin_bottom = 20.0
|
margin_bottom = 20.0
|
||||||
hint_tooltip = "Clone Frame"
|
hint_tooltip = "Clone Frame"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 0
|
size_flags_vertical = 0
|
||||||
|
@ -297,6 +306,7 @@ margin_left = 226.0
|
||||||
margin_right = 246.0
|
margin_right = 246.0
|
||||||
margin_bottom = 20.0
|
margin_bottom = 20.0
|
||||||
hint_tooltip = "Manage frame tags"
|
hint_tooltip = "Manage frame tags"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 0
|
size_flags_vertical = 0
|
||||||
|
@ -315,6 +325,7 @@ size_flags_horizontal = 6
|
||||||
margin_right = 20.0
|
margin_right = 20.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
hint_tooltip = "FIRSTFRAME_HT"
|
hint_tooltip = "FIRSTFRAME_HT"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
shortcut_in_tooltip = false
|
shortcut_in_tooltip = false
|
||||||
shortcut = SubResource( 2 )
|
shortcut = SubResource( 2 )
|
||||||
|
@ -328,6 +339,7 @@ margin_left = 24.0
|
||||||
margin_right = 44.0
|
margin_right = 44.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
hint_tooltip = "PREVIOUSFRAME_HT"
|
hint_tooltip = "PREVIOUSFRAME_HT"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
shortcut_in_tooltip = false
|
shortcut_in_tooltip = false
|
||||||
shortcut = SubResource( 4 )
|
shortcut = SubResource( 4 )
|
||||||
|
@ -341,6 +353,7 @@ margin_left = 48.0
|
||||||
margin_right = 68.0
|
margin_right = 68.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
hint_tooltip = "PLAYBACKWARDS_HT"
|
hint_tooltip = "PLAYBACKWARDS_HT"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
toggle_mode = true
|
toggle_mode = true
|
||||||
shortcut_in_tooltip = false
|
shortcut_in_tooltip = false
|
||||||
|
@ -356,6 +369,7 @@ margin_left = 72.0
|
||||||
margin_right = 92.0
|
margin_right = 92.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
hint_tooltip = "PLAYFORWARD_HT"
|
hint_tooltip = "PLAYFORWARD_HT"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
toggle_mode = true
|
toggle_mode = true
|
||||||
|
@ -372,6 +386,7 @@ margin_left = 96.0
|
||||||
margin_right = 116.0
|
margin_right = 116.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
hint_tooltip = "NEXTFRAME_HT"
|
hint_tooltip = "NEXTFRAME_HT"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
shortcut_in_tooltip = false
|
shortcut_in_tooltip = false
|
||||||
shortcut = SubResource( 10 )
|
shortcut = SubResource( 10 )
|
||||||
|
@ -385,6 +400,7 @@ margin_left = 120.0
|
||||||
margin_right = 140.0
|
margin_right = 140.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
hint_tooltip = "LASTFRAME_HT"
|
hint_tooltip = "LASTFRAME_HT"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
shortcut_in_tooltip = false
|
shortcut_in_tooltip = false
|
||||||
shortcut = SubResource( 12 )
|
shortcut = SubResource( 12 )
|
||||||
|
@ -403,6 +419,7 @@ size_flags_horizontal = 0
|
||||||
margin_right = 10.0
|
margin_right = 10.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
hint_tooltip = "Onion Skinning settings"
|
hint_tooltip = "Onion Skinning settings"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
texture_normal = ExtResource( 38 )
|
texture_normal = ExtResource( 38 )
|
||||||
texture_hover = ExtResource( 39 )
|
texture_hover = ExtResource( 39 )
|
||||||
|
@ -414,6 +431,7 @@ margin_left = 14.0
|
||||||
margin_right = 34.0
|
margin_right = 34.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
hint_tooltip = "Enable/disable Onion Skinning"
|
hint_tooltip = "Enable/disable Onion Skinning"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
texture_normal = ExtResource( 35 )
|
texture_normal = ExtResource( 35 )
|
||||||
texture_hover = ExtResource( 36 )
|
texture_hover = ExtResource( 36 )
|
||||||
|
@ -425,6 +443,7 @@ margin_left = 38.0
|
||||||
margin_right = 58.0
|
margin_right = 58.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
hint_tooltip = "Cycle loop"
|
hint_tooltip = "Cycle loop"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
texture_normal = ExtResource( 37 )
|
texture_normal = ExtResource( 37 )
|
||||||
texture_hover = ExtResource( 34 )
|
texture_hover = ExtResource( 34 )
|
||||||
|
@ -470,6 +489,7 @@ valign = 1
|
||||||
margin_left = 57.0
|
margin_left = 57.0
|
||||||
margin_right = 136.0
|
margin_right = 136.0
|
||||||
margin_bottom = 32.0
|
margin_bottom = 32.0
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 1
|
size_flags_vertical = 1
|
||||||
|
|
|
@ -40,6 +40,7 @@ margin_top = 2.0
|
||||||
margin_right = 32.0
|
margin_right = 32.0
|
||||||
margin_bottom = 34.0
|
margin_bottom = 34.0
|
||||||
hint_tooltip = "Toggle layer's visibility"
|
hint_tooltip = "Toggle layer's visibility"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 4
|
size_flags_vertical = 4
|
||||||
|
@ -54,6 +55,7 @@ margin_top = 2.0
|
||||||
margin_right = 68.0
|
margin_right = 68.0
|
||||||
margin_bottom = 34.0
|
margin_bottom = 34.0
|
||||||
hint_tooltip = "Lock/unlock layer"
|
hint_tooltip = "Lock/unlock layer"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 4
|
size_flags_vertical = 4
|
||||||
|
@ -70,6 +72,7 @@ margin_bottom = 34.0
|
||||||
hint_tooltip = "Enable/disable cel linking
|
hint_tooltip = "Enable/disable cel linking
|
||||||
|
|
||||||
Linked cels are being shared across multiple frames"
|
Linked cels are being shared across multiple frames"
|
||||||
|
focus_mode = 0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 4
|
size_flags_vertical = 4
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue