Changed tool TextureButtons into Buttons

This commit is contained in:
OverloadedOrama 2020-05-04 04:07:43 +03:00
parent 0ebc7a6033
commit 415db39e64
143 changed files with 1654 additions and 2954 deletions

View file

@ -6,7 +6,7 @@
[ext_resource path="res://Assets/themes/light/icons/hsplit.png" type="Texture" id=4]
[ext_resource path="res://Assets/themes/light/icons/vsplit.png" type="Texture" id=5]
[sub_resource type="StyleBoxFlat" id=31]
[sub_resource type="StyleBoxFlat" id=1]
content_margin_left = 5.0
content_margin_right = 5.0
content_margin_top = 3.0
@ -19,7 +19,7 @@ corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id=32]
[sub_resource type="StyleBoxFlat" id=2]
content_margin_left = 5.0
content_margin_right = 5.0
content_margin_top = 3.0
@ -32,7 +32,7 @@ corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id=2]
[sub_resource type="StyleBoxFlat" id=3]
content_margin_left = 5.0
content_margin_right = 5.0
content_margin_top = 3.0
@ -288,11 +288,11 @@ Button/colors/font_color_hover = Color( 0, 0, 0, 1 )
Button/colors/font_color_pressed = Color( 0, 0, 0, 1 )
Button/constants/hseparation = 2
Button/fonts/font = null
Button/styles/disabled = SubResource( 31 )
Button/styles/disabled = SubResource( 1 )
Button/styles/focus = null
Button/styles/hover = SubResource( 32 )
Button/styles/normal = SubResource( 2 )
Button/styles/pressed = SubResource( 2 )
Button/styles/hover = SubResource( 2 )
Button/styles/normal = SubResource( 3 )
Button/styles/pressed = SubResource( 3 )
CheckBox/colors/font_color = Color( 0, 0, 0, 1 )
CheckBox/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
CheckBox/colors/font_color_hover = Color( 0, 0, 0, 1 )