mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
Graphics
This commit is contained in:
parent
b07a8fe60d
commit
54bf15d93d
23 changed files with 313 additions and 75 deletions
31
Resources/Styles/DebugMenuButtons.tres
Normal file
31
Resources/Styles/DebugMenuButtons.tres
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://dkom8gcup42kd"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://coek1e2q257pq" path="res://fonts/at01.ttf" id="1_87kc4"]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_87kc4")
|
||||
default_font_size = 12
|
||||
Button/colors/font_color = Color(0, 0.588235, 0, 1)
|
||||
Button/colors/font_disabled_color = Color(0, 0.12549, 0, 1)
|
||||
Button/colors/font_focus_color = Color(0, 0.882353, 0, 1)
|
||||
Button/colors/font_hover_color = Color(0, 0.772549, 0, 1)
|
||||
Button/colors/font_hover_pressed_color = Color(0, 0.262745, 0, 1)
|
||||
Button/colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_pressed_color = Color(0, 0.870588, 0, 1)
|
||||
Button/colors/icon_disabled_color = Color(0, 0, 0, 1)
|
||||
Button/colors/icon_focus_color = Color(0, 0, 0, 1)
|
||||
Button/colors/icon_hover_color = Color(0, 0, 0, 1)
|
||||
Button/colors/icon_hover_pressed_color = Color(0, 0, 0, 1)
|
||||
Button/colors/icon_normal_color = Color(0, 0, 0, 1)
|
||||
Button/colors/icon_pressed_color = Color(0, 0, 0, 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 = 10
|
||||
Button/fonts/font = ExtResource("1_87kc4")
|
||||
Button/styles/disabled = null
|
||||
Button/styles/focus = null
|
||||
Button/styles/hover = null
|
||||
Button/styles/normal = null
|
||||
Button/styles/pressed = null
|
||||
Loading…
Add table
Add a link
Reference in a new issue