mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 20:04:43 -04:00
Tool options now hide and appear depending on selected tool
More tool options for the other tools, like bucket, should come soon. The PaintAllPixelsSameColor tool has been removed, as it will be implemented as an option for the bucket tool.
This commit is contained in:
parent
74ca33ed35
commit
9102614a0c
3 changed files with 80 additions and 29 deletions
16
Main.tscn
16
Main.tscn
|
@ -281,22 +281,6 @@ mouse_default_cursor_shape = 2
|
|||
button_mask = 3
|
||||
texture_normal = ExtResource( 6 )
|
||||
|
||||
[node name="ColorToolsContainer" type="HBoxContainer" parent="MenuAndUI/UI/ToolPanel/Tools/MenusAndTools"]
|
||||
visible = false
|
||||
margin_top = 142.0
|
||||
margin_right = 226.0
|
||||
margin_bottom = 162.0
|
||||
|
||||
[node name="PaintAllPixelsSameColor" type="Button" parent="MenuAndUI/UI/ToolPanel/Tools/MenusAndTools/ColorToolsContainer"]
|
||||
margin_right = 112.0
|
||||
margin_bottom = 20.0
|
||||
hint_tooltip = "Paint all pixels of the same color
|
||||
A for left mouse button
|
||||
Alt + A for right mouse button"
|
||||
mouse_default_cursor_shape = 2
|
||||
button_mask = 3
|
||||
text = "PaintSameColor"
|
||||
|
||||
[node name="ToolOptions" type="VBoxContainer" parent="MenuAndUI/UI/ToolPanel/Tools"]
|
||||
margin_top = 157.0
|
||||
margin_right = 226.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue