mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 12:04:43 -04:00
More UI hints and cursor changes
UI hint for the layer visibility buttons and the cursor shape changes depending on where the user is hovering.
This commit is contained in:
parent
21397fefb2
commit
1f80291a4b
4 changed files with 31 additions and 1 deletions
|
@ -13,10 +13,13 @@ margin_left = 7.0
|
|||
margin_top = 7.0
|
||||
margin_right = 152.0
|
||||
margin_bottom = 39.0
|
||||
mouse_default_cursor_shape = 2
|
||||
|
||||
[node name="VisibilityButton" type="Button" parent="HBoxContainer"]
|
||||
margin_right = 20.0
|
||||
margin_bottom = 32.0
|
||||
hint_tooltip = "Toggle layer's visibility"
|
||||
mouse_default_cursor_shape = 2
|
||||
text = "V"
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="HBoxContainer"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue