mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 09:53:47 +00:00
Title screen background and music
This commit is contained in:
parent
b78692f150
commit
5b2b11545a
12 changed files with 326 additions and 123 deletions
31
Resources/Styles/MainMenuButtons.tres
Normal file
31
Resources/Styles/MainMenuButtons.tres
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://dnsadvmunm76k"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://coek1e2q257pq" path="res://fonts/at01.ttf" id="1_dp7be"]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_dp7be")
|
||||
default_font_size = 16
|
||||
Button/colors/font_color = Color(0, 0.717647, 0, 1)
|
||||
Button/colors/font_disabled_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_focus_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_hover_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_hover_pressed_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_pressed_color = Color(0, 0, 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 = 16
|
||||
Button/fonts/font = ExtResource("1_dp7be")
|
||||
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