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:
OverloadedOrama 2019-09-04 20:50:05 +03:00
parent 21397fefb2
commit 1f80291a4b
4 changed files with 31 additions and 1 deletions

View file

@ -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"]