Re-Organizing Structure Layout

Restructuring project to proper directory layout.
This commit is contained in:
Mario Steele 2026-03-09 16:51:05 -05:00
parent 38518a1fcd
commit 1340eba1cb
10806 changed files with 16774 additions and 16774 deletions

63
assets/main_theme.tres Normal file
View file

@ -0,0 +1,63 @@
[gd_resource type="Theme" format=3 uid="uid://dh11pgqmtpeig"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_dfugh"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_hlhir"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dfugh"]
bg_color = Color(1, 1, 1, 0.40392157)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hlhir"]
bg_color = Color(1, 1, 1, 0.57254905)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ay4fc"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_u7u7u"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_frgrh"]
bg_color = Color(0.13684635, 0.13684635, 0.13684635, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_qhjvx"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.07058824, 0.07058824, 0.07058824, 0.95686275)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.4121524, 0.4121525, 0.41215223, 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_ay4fc"]
content_margin_left = 10.0
content_margin_top = 10.0
content_margin_right = 10.0
content_margin_bottom = 10.0
bg_color = Color(0.12260859, 0.12260859, 0.12260859, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_u7u7u"]
bg_color = Color(0.07058824, 0.07058824, 0.07058824, 0.8901961)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_25vrv"]
bg_color = Color(0.07058824, 0.07058824, 0.07058824, 0.8901961)
[resource]
BlankButton/base_type = &"Button"
BlankButton/styles/disabled = SubResource("StyleBoxEmpty_dfugh")
BlankButton/styles/focus = SubResource("StyleBoxEmpty_hlhir")
BlankButton/styles/hover = SubResource("StyleBoxFlat_dfugh")
BlankButton/styles/hover_pressed = SubResource("StyleBoxFlat_hlhir")
BlankButton/styles/normal = SubResource("StyleBoxEmpty_ay4fc")
BlankButton/styles/pressed = SubResource("StyleBoxEmpty_u7u7u")
Entry/base_type = &"PanelContainer"
Entry/styles/panel = SubResource("StyleBoxFlat_frgrh")
PanelContainer/styles/panel = SubResource("StyleBoxFlat_qhjvx")
TabPanel/base_type = &"PanelContainer"
TabPanel/styles/panel = SubResource("StyleBoxFlat_ay4fc")
TooltipLabel/styles/focus = SubResource("StyleBoxFlat_u7u7u")
TooltipLabel/styles/normal = SubResource("StyleBoxFlat_25vrv")