SUI/sui/themes/Button.tres

23 lines
872 B
Text
Raw Normal View History

2024-03-23 13:18:44 +01:00
[gd_resource type="Theme" load_steps=6 format=3 uid="uid://prqv77t23rsq"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wtmj3"]
bg_color = Color(1, 0.368627, 0.392157, 1)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_3w3dx"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_u0wf7"]
bg_color = Color(0.992157, 0.0470588, 0.243137, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_d8ye5"]
bg_color = Color(0.839216, 0.0196078, 0.196078, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ng1ub"]
bg_color = Color(0.658824, 0.00784314, 0.145098, 1)
[resource]
Button/styles/disabled = SubResource("StyleBoxFlat_wtmj3")
Button/styles/focus = SubResource("StyleBoxEmpty_3w3dx")
Button/styles/hover = SubResource("StyleBoxFlat_u0wf7")
Button/styles/normal = SubResource("StyleBoxFlat_d8ye5")
Button/styles/pressed = SubResource("StyleBoxFlat_ng1ub")