Made color palette buttons work for the right mouse button too

Also fixed issue where the custom brushes' color wasn't being updated, and re-added French as an option in the preferences.
This commit is contained in:
OverloadedOrama 2019-12-15 03:15:01 +02:00
parent 002491febe
commit 482c06753e
3 changed files with 49 additions and 51 deletions

View file

@ -14,6 +14,7 @@ rect_min_size = Vector2( 22, 22 )
custom_styles/hover = ExtResource( 1 )
custom_styles/pressed = ExtResource( 2 )
custom_styles/normal = ExtResource( 3 )
button_mask = 3
icon = SubResource( 1 )
[node name="NinePatchRect" type="NinePatchRect" parent="."]