2024-12-08 19:32:21 -07:00
|
|
|
[gd_resource type="Theme" load_steps=9 format=3 uid="uid://diodjft5u2cck"]
|
2024-11-05 15:03:40 -07:00
|
|
|
|
2024-11-12 11:05:54 -07:00
|
|
|
[ext_resource type="FontFile" uid="uid://dsa0oh7c0h4pu" path="res://assets/fonts/Racing_Sans_One/RacingSansOne-Regular.ttf" id="1_3rv2b"]
|
|
|
|
[ext_resource type="FontFile" uid="uid://comihs66wounx" path="res://assets/fonts/Dokdo/Dokdo-Regular.ttf" id="1_eha6a"]
|
2024-11-19 15:44:47 -07:00
|
|
|
[ext_resource type="FontFile" uid="uid://b6gxwgomstkgu" path="res://assets/fonts/Geo/Geo-Italic.ttf" id="2_5ty6u"]
|
2024-12-07 17:55:31 -07:00
|
|
|
[ext_resource type="FontFile" uid="uid://dyog4ex5nqfat" path="res://assets/fonts/promptfont/promptfont.otf" id="2_8kux8"]
|
2024-11-19 15:44:47 -07:00
|
|
|
[ext_resource type="FontFile" uid="uid://s4c1kf0rk2mb" path="res://assets/fonts/Geo/Geo-Regular.ttf" id="3_cee6l"]
|
2024-11-03 16:50:44 -07:00
|
|
|
|
2024-12-08 19:32:21 -07:00
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_rq1no"]
|
|
|
|
content_margin_left = 0.0
|
|
|
|
content_margin_top = 0.0
|
|
|
|
content_margin_right = 0.0
|
|
|
|
content_margin_bottom = 0.0
|
|
|
|
bg_color = Color(0.1, 0.1, 0.1, 0.6)
|
|
|
|
corner_radius_top_left = 3
|
|
|
|
corner_radius_top_right = 3
|
|
|
|
corner_radius_bottom_right = 3
|
|
|
|
corner_radius_bottom_left = 3
|
|
|
|
corner_detail = 5
|
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ja4y7"]
|
|
|
|
content_margin_left = 0.0
|
|
|
|
content_margin_top = 0.0
|
|
|
|
content_margin_right = 0.0
|
|
|
|
content_margin_bottom = 0.0
|
|
|
|
bg_color = Color(0.2, 0.2, 0.2, 0.6)
|
|
|
|
corner_radius_top_left = 3
|
|
|
|
corner_radius_top_right = 3
|
|
|
|
corner_radius_bottom_right = 3
|
|
|
|
corner_radius_bottom_left = 3
|
|
|
|
corner_detail = 5
|
|
|
|
|
2024-12-08 16:21:05 -07:00
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ynsl8"]
|
|
|
|
content_margin_left = 36.0
|
|
|
|
content_margin_top = 8.0
|
|
|
|
content_margin_right = 36.0
|
|
|
|
content_margin_bottom = 8.0
|
|
|
|
bg_color = Color(0.1, 0.1, 0.1, 0.6)
|
|
|
|
corner_radius_top_left = 3
|
|
|
|
corner_radius_top_right = 3
|
|
|
|
corner_radius_bottom_right = 3
|
|
|
|
corner_radius_bottom_left = 3
|
|
|
|
corner_detail = 5
|
|
|
|
|
2024-11-03 16:50:44 -07:00
|
|
|
[resource]
|
2024-11-19 15:44:47 -07:00
|
|
|
default_font = ExtResource("3_cee6l")
|
|
|
|
default_font_size = 18
|
2024-12-08 16:21:05 -07:00
|
|
|
AlertButton/base_type = &"UIButton"
|
|
|
|
AlertButton/colors/font_color = Color(0.819608, 0.196078, 0.196078, 1)
|
|
|
|
AlertButton/colors/font_outline_color = Color(0, 0, 0, 1)
|
|
|
|
AlertButton/constants/outline_size = 6
|
|
|
|
AlertButton/font_sizes/font_size = 24
|
|
|
|
AlertButton/fonts/font = ExtResource("2_5ty6u")
|
|
|
|
CancelButton/base_type = &"UIButton"
|
|
|
|
CancelButton/colors/font_outline_color = Color(0, 0, 0, 1)
|
|
|
|
CancelButton/constants/outline_size = 6
|
|
|
|
CancelButton/font_sizes/font_size = 24
|
|
|
|
CancelButton/fonts/font = ExtResource("2_5ty6u")
|
2024-12-08 19:32:21 -07:00
|
|
|
CheckerContainerEven/base_type = &"PanelContainer"
|
|
|
|
CheckerContainerEven/styles/panel = SubResource("StyleBoxFlat_rq1no")
|
|
|
|
CheckerContainerOdd/base_type = &"PanelContainer"
|
|
|
|
CheckerContainerOdd/styles/panel = SubResource("StyleBoxFlat_ja4y7")
|
2024-11-05 15:03:40 -07:00
|
|
|
ClubSelectLabel/base_type = &"Label"
|
|
|
|
ClubSelectLabel/colors/font_color = Color(1, 0.933333, 0.894118, 1)
|
|
|
|
ClubSelectLabel/colors/font_outline_color = Color(0, 0, 0, 1)
|
2024-11-06 10:44:42 -07:00
|
|
|
ClubSelectLabel/colors/font_shadow_color = Color(0, 0, 0, 1)
|
2024-11-10 18:17:32 -07:00
|
|
|
ClubSelectLabel/constants/outline_size = 6
|
|
|
|
ClubSelectLabel/constants/shadow_offset_x = 6
|
2024-11-06 10:44:42 -07:00
|
|
|
ClubSelectLabel/constants/shadow_offset_y = 0
|
2024-11-10 18:17:32 -07:00
|
|
|
ClubSelectLabel/font_sizes/font_size = 84
|
2024-11-12 11:05:54 -07:00
|
|
|
ClubSelectLabel/fonts/font = ExtResource("1_3rv2b")
|
2024-11-17 16:53:07 -07:00
|
|
|
ClubSelectLabelDisabled/base_type = &"ClubSelectLabel"
|
|
|
|
ClubSelectLabelDisabled/colors/font_color = Color(0.4, 0.3848, 0.376, 1)
|
|
|
|
ClubSelectLabelDisabled/colors/font_outline_color = Color(0.2, 0.2, 0.2, 1)
|
|
|
|
ClubSelectLabelDisabled/colors/font_shadow_color = Color(0.2, 0.2, 0.2, 1)
|
2024-11-19 15:44:47 -07:00
|
|
|
ClubSelectLabelDisabled/font_sizes/font_size = 84
|
|
|
|
ClubSelectLabelDisabled/fonts/font = ExtResource("1_3rv2b")
|
2024-12-08 16:21:05 -07:00
|
|
|
HeaderLarge/font_sizes/font_size = 28
|
|
|
|
HeaderMedium/font_sizes/font_size = 24
|
|
|
|
HeaderSmall/font_sizes/font_size = 20
|
|
|
|
HeaderXLarge/base_type = &"Label"
|
|
|
|
HeaderXLarge/font_sizes/font_size = 36
|
2024-12-08 20:55:24 -07:00
|
|
|
InputBindButton/base_type = &"UIButton"
|
|
|
|
InputBindButton/colors/font_color = Color(1, 1, 0.870588, 1)
|
|
|
|
InputBindButton/constants/outline_size = 8
|
|
|
|
InputBindButton/font_sizes/font_size = 32
|
|
|
|
InputBindButton/fonts/font = ExtResource("2_8kux8")
|
2024-12-07 17:55:31 -07:00
|
|
|
InputPrompt/base_type = &"Label"
|
|
|
|
InputPrompt/colors/font_color = Color(1, 1, 0.870588, 1)
|
|
|
|
InputPrompt/constants/outline_size = 8
|
|
|
|
InputPrompt/font_sizes/font_size = 32
|
|
|
|
InputPrompt/fonts/font = ExtResource("2_8kux8")
|
2024-12-08 16:21:05 -07:00
|
|
|
PauseMenuButton/base_type = &"UIButton"
|
2024-11-19 15:44:47 -07:00
|
|
|
PauseMenuButton/colors/font_outline_color = Color(0, 0, 0, 1)
|
|
|
|
PauseMenuButton/constants/outline_size = 6
|
|
|
|
PauseMenuButton/font_sizes/font_size = 32
|
|
|
|
PauseMenuButton/fonts/font = ExtResource("2_5ty6u")
|
2024-11-20 19:22:11 -07:00
|
|
|
QuantityLabel/base_type = &"Label"
|
|
|
|
QuantityLabel/colors/font_color = Color(0.819608, 0.196078, 0.196078, 1)
|
|
|
|
QuantityLabel/colors/font_outline_color = Color(1, 0.901961, 0.509804, 1)
|
|
|
|
QuantityLabel/constants/outline_size = 6
|
|
|
|
QuantityLabel/font_sizes/font_size = 22
|
2024-12-08 19:32:21 -07:00
|
|
|
SettingsInputLabel/base_type = &"Label"
|
|
|
|
SettingsInputLabel/colors/font_color = Color(1, 1, 0.870588, 1)
|
|
|
|
SettingsInputLabel/colors/font_outline_color = Color(0, 0, 0, 1)
|
|
|
|
SettingsInputLabel/constants/outline_size = 6
|
|
|
|
SettingsInputLabel/font_sizes/font_size = 36
|
|
|
|
SettingsInputLabel/fonts/font = ExtResource("2_5ty6u")
|
2024-12-08 16:21:05 -07:00
|
|
|
SettingsList/base_type = &"VBoxContainer"
|
|
|
|
SettingsList/constants/separation = 4
|
|
|
|
SettingsListMargin/base_type = &"MarginContainer"
|
|
|
|
SettingsListMargin/constants/margin_bottom = 8
|
|
|
|
SettingsListMargin/constants/margin_left = 8
|
|
|
|
SettingsListMargin/constants/margin_right = 8
|
|
|
|
SettingsListMargin/constants/margin_top = 8
|
|
|
|
SettingsPageContainer/base_type = &"MarginContainer"
|
|
|
|
SettingsPageContainer/constants/margin_bottom = 72
|
|
|
|
SettingsPageContainer/constants/margin_left = 72
|
|
|
|
SettingsPageContainer/constants/margin_right = 72
|
|
|
|
SettingsPageContainer/constants/margin_top = 72
|
2024-11-12 11:05:54 -07:00
|
|
|
ShotFeedback/base_type = &"RichTextLabel"
|
2024-11-03 16:50:44 -07:00
|
|
|
ShotFeedback/colors/font_shadow_color = Color(0, 0, 0, 1)
|
2024-11-12 11:05:54 -07:00
|
|
|
ShotFeedback/constants/shadow_offset_x = 6
|
|
|
|
ShotFeedback/constants/shadow_offset_y = 4
|
|
|
|
ShotFeedback/font_sizes/normal_font_size = 272
|
|
|
|
ShotFeedback/fonts/normal_font = ExtResource("1_eha6a")
|
2024-12-08 16:21:05 -07:00
|
|
|
UIButton/base_type = &"Button"
|
|
|
|
UIButton/styles/normal = SubResource("StyleBoxFlat_ynsl8")
|