-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUI.tres
More file actions
17 lines (15 loc) · 682 Bytes
/
Copy pathUI.tres
File metadata and controls
17 lines (15 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[gd_resource type="Theme" load_steps=2 format=2]
[ext_resource path="res://new_styleboxtexture.tres" type="StyleBox" id=1]
[resource]
Button/colors/font_color = Color( 0.88, 0.88, 0.88, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_focus = Color( 0.94, 0.94, 0.94, 1 )
Button/colors/font_color_hover = Color( 0.94, 0.94, 0.94, 1 )
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
Button/constants/hseparation = 2
Button/fonts/font = null
Button/styles/disabled = null
Button/styles/focus = ExtResource( 1 )
Button/styles/hover = ExtResource( 1 )
Button/styles/normal = ExtResource( 1 )
Button/styles/pressed = ExtResource( 1 )