first commit

This commit is contained in:
2025-11-24 23:10:55 -06:00
commit 8315fa51c9
279 changed files with 74600 additions and 0 deletions

View File

@@ -0,0 +1,114 @@
[gd_resource type="Theme" load_steps=12 format=3 uid="uid://bviqieumdiccr"]
[ext_resource type="FontFile" uid="uid://ceh47x1000ffl" path="res://assets/fonts/Lato-Regular.ttf" id="1_3f3va"]
[ext_resource type="FontFile" uid="uid://bou2y1sefpmvm" path="res://assets/fonts/MedievalSharp-Regular.ttf" id="1_lxams"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lxams"]
bg_color = Color(0.101960786, 0.101960786, 0.18039216, 1)
border_color = Color(0.15294118, 0.15294118, 0.16470589, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vhku8"]
bg_color = Color(0.08627451, 0.12941177, 0.24313726, 1)
border_color = Color(0.83137256, 0.6862745, 0.21568628, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_gvtt4"]
bg_color = Color(0.11764706, 0.11764706, 0.18431373, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.24705882, 0.24705882, 0.27450982, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_y0ixg"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(1, 1, 1, 0.75)
draw_center = false
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5
expand_margin_left = 2.0
expand_margin_top = 2.0
expand_margin_right = 2.0
expand_margin_bottom = 2.0
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_etupa"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_axncs"]
bg_color = Color(0.08627451, 0.12941177, 0.24313726, 1)
border_color = Color(0.83137256, 0.6862745, 0.21568628, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4fp8c"]
bg_color = Color(0.08627451, 0.12941177, 0.24313726, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.24705882, 0.24705882, 0.27450982, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0f6i3"]
bg_color = Color(0.11764706, 0.11764706, 0.18431373, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.15294118, 0.15294118, 0.16470589, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_etupa"]
bg_color = Color(0, 0, 0, 0.5254902)
border_width_left = 3
border_width_top = 3
border_width_right = 3
border_width_bottom = 3
border_color = Color(0.83137256, 0.6862745, 0.21568628, 0.5019608)
border_blend = true
[resource]
default_font = ExtResource("1_3f3va")
default_font_size = 14
Button/colors/font_color = Color(0.89411765, 0.89411765, 0.90588236, 1)
Button/colors/font_disabled_color = Color(0.44313726, 0.44313726, 0.47843137, 1)
Button/colors/font_hover_color = Color(0.95686275, 0.8156863, 0.24705882, 1)
Button/colors/font_pressed_color = Color(0.83137256, 0.6862745, 0.21568628, 1)
Button/styles/disabled = SubResource("StyleBoxFlat_lxams")
Button/styles/hover = SubResource("StyleBoxFlat_vhku8")
Button/styles/normal = SubResource("StyleBoxFlat_gvtt4")
Label/colors/font_color = Color(0.89411765, 0.89411765, 0.90588236, 1)
Label/colors/font_outline_color = Color(0, 0, 0, 1)
Label/colors/font_shadow_color = Color(0, 0, 0, 0)
Label/constants/line_spacing = 3
Label/constants/outline_size = 0
Label/constants/shadow_offset_x = 1
Label/constants/shadow_offset_y = 1
Label/constants/shadow_outline_size = 1
Label/fonts/font = ExtResource("1_lxams")
Label/styles/focus = SubResource("StyleBoxFlat_y0ixg")
Label/styles/normal = SubResource("StyleBoxEmpty_etupa")
LineEdit/colors/caret_color = Color(0.83137256, 0.6862745, 0.21568628, 1)
LineEdit/colors/font_color = Color(0.89411765, 0.89411765, 0.90588236, 1)
LineEdit/colors/font_placeholder_color = Color(0.6313726, 0.6313726, 0.6666667, 1)
LineEdit/colors/selection_color = Color(0.83137256, 0.6862745, 0.21568628, 1)
LineEdit/styles/focus = SubResource("StyleBoxFlat_axncs")
LineEdit/styles/normal = SubResource("StyleBoxFlat_4fp8c")
Panel/styles/panel = SubResource("StyleBoxFlat_0f6i3")
PanelContainer/styles/panel = SubResource("StyleBoxFlat_etupa")