This commit is contained in:
2026-07-01 20:31:41 +02:00
commit 764d4b15f0
104 changed files with 3665 additions and 0 deletions

74
assets/main_theme.tres Normal file
View File

@@ -0,0 +1,74 @@
[gd_resource type="Theme" format=3 uid="uid://b3x4252y68non"]
[ext_resource type="FontFile" uid="uid://bw4rwlfedfay2" path="res://assets/fonts/Kablammo-Regular-VariableFont_MORF.ttf" id="1_xgdp2"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_64js0"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.1, 0.1, 0.1, 0.3)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.39308548, 0.39308557, 0.39308518, 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_d80jv"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(1, 0.45846486, 0.19747412, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0, 0, 0, 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_0arac"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.7836226, 0.30656227, 1.0588765e-06, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0, 0, 0, 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_611f8"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.5793854, 0.21776855, 0, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[resource]
Button/font_sizes/font_size = 32
Button/fonts/font = ExtResource("1_xgdp2")
Button/styles/disabled = SubResource("StyleBoxFlat_64js0")
Button/styles/hover = SubResource("StyleBoxFlat_d80jv")
Button/styles/normal = SubResource("StyleBoxFlat_0arac")
Button/styles/pressed = SubResource("StyleBoxFlat_611f8")