mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Control + wheel works on the line tool's thickness now
This commit is contained in:
parent
b75573d19c
commit
3935bfd2d3
|
@ -9,13 +9,12 @@ script = ExtResource("2")
|
||||||
|
|
||||||
[node name="ThicknessSlider" parent="." index="2" instance=ExtResource("3")]
|
[node name="ThicknessSlider" parent="." index="2" instance=ExtResource("3")]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
focus_mode = 2
|
|
||||||
theme_type_variation = &"ValueSlider"
|
|
||||||
min_value = 1.0
|
min_value = 1.0
|
||||||
value = 1.0
|
value = 1.0
|
||||||
prefix = "Size:"
|
prefix = "Size:"
|
||||||
suffix = "px"
|
suffix = "px"
|
||||||
is_global = true
|
global_increment_action = "brush_size_increment"
|
||||||
|
global_decrement_action = "brush_size_decrement"
|
||||||
|
|
||||||
[node name="Brush" parent="." index="3"]
|
[node name="Brush" parent="." index="3"]
|
||||||
visible = false
|
visible = false
|
||||||
|
|
Loading…
Reference in a new issue