gameboy
This commit is contained in:
40
themes/theme_buttons_gameboy.tres
Normal file
40
themes/theme_buttons_gameboy.tres
Normal file
@@ -0,0 +1,40 @@
|
||||
[gd_resource type="Theme" load_steps=7 format=3 uid="uid://547aer6bl6w8"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://bkfllwhocw058" path="res://font/BigBlueTerm437NerdFont-Regular.ttf" id="1_fdr33"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_e1nme"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_lbuyh"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_sl5tx"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ss4a4"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_opuh8"]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_fdr33")
|
||||
Button/colors/font_color = Color(0.875, 0.875, 0.875, 1)
|
||||
Button/colors/font_disabled_color = Color(0.875, 0.875, 0.875, 0.5)
|
||||
Button/colors/font_focus_color = Color(0.95, 0.95, 0.95, 1)
|
||||
Button/colors/font_hover_color = Color(0.95, 0.95, 0.95, 1)
|
||||
Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/colors/icon_disabled_color = Color(1, 1, 1, 0.4)
|
||||
Button/colors/icon_focus_color = Color(1, 1, 1, 1)
|
||||
Button/colors/icon_hover_color = Color(1, 1, 1, 1)
|
||||
Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/colors/icon_normal_color = Color(1, 1, 1, 1)
|
||||
Button/colors/icon_pressed_color = Color(1, 1, 1, 1)
|
||||
Button/constants/align_to_largest_stylebox = 0
|
||||
Button/constants/h_separation = 0
|
||||
Button/constants/icon_max_width = 0
|
||||
Button/constants/outline_size = 0
|
||||
Button/font_sizes/font_size = 24
|
||||
Button/fonts/font = ExtResource("1_fdr33")
|
||||
Button/styles/disabled = SubResource("StyleBoxEmpty_e1nme")
|
||||
Button/styles/focus = SubResource("StyleBoxEmpty_lbuyh")
|
||||
Button/styles/hover = SubResource("StyleBoxEmpty_sl5tx")
|
||||
Button/styles/normal = SubResource("StyleBoxEmpty_ss4a4")
|
||||
Button/styles/pressed = SubResource("StyleBoxEmpty_opuh8")
|
||||
Reference in New Issue
Block a user