Add character model updates

This commit is contained in:
Alexander Sellite 2026-08-01 02:34:12 -04:00
parent b931188194
commit 81f5010ad2
13 changed files with 258 additions and 239 deletions

View file

@ -1,25 +1,13 @@
[gd_resource type="Theme" load_steps=13 format=3]
[gd_resource type="Theme" format=3 uid="uid://r35pr3k1nd34"]
[ext_resource type="FontFile" path="res://ui/fonts/Tuffy_Bold.otf" id="1_font"]
[ext_resource type="FontFile" uid="uid://xhdms1j01k2q" path="res://ui/fonts/Tuffy_Bold.otf" id="1_font"]
[sub_resource type="StyleBoxFlat" id="Panel"]
bg_color = Color(0.075, 0.145, 0.17, 0.96)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.2, 0.55, 0.59, 0.65)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxFlat" id="ButtonNormal"]
[sub_resource type="StyleBoxFlat" id="ButtonDisabled"]
content_margin_left = 12.0
content_margin_top = 7.0
content_margin_right = 12.0
content_margin_bottom = 7.0
bg_color = Color(0.13, 0.27, 0.31, 1)
bg_color = Color(0.12, 0.18, 0.2, 0.8)
corner_radius_top_left = 7
corner_radius_top_right = 7
corner_radius_bottom_right = 7
@ -36,6 +24,17 @@ corner_radius_top_right = 7
corner_radius_bottom_right = 7
corner_radius_bottom_left = 7
[sub_resource type="StyleBoxFlat" id="ButtonNormal"]
content_margin_left = 12.0
content_margin_top = 7.0
content_margin_right = 12.0
content_margin_bottom = 7.0
bg_color = Color(0.13, 0.27, 0.31, 1)
corner_radius_top_left = 7
corner_radius_top_right = 7
corner_radius_bottom_right = 7
corner_radius_bottom_left = 7
[sub_resource type="StyleBoxFlat" id="ButtonPressed"]
content_margin_left = 12.0
content_margin_top = 7.0
@ -47,55 +46,6 @@ corner_radius_top_right = 7
corner_radius_bottom_right = 7
corner_radius_bottom_left = 7
[sub_resource type="StyleBoxFlat" id="ButtonDisabled"]
content_margin_left = 12.0
content_margin_top = 7.0
content_margin_right = 12.0
content_margin_bottom = 7.0
bg_color = Color(0.12, 0.18, 0.2, 0.8)
corner_radius_top_left = 7
corner_radius_top_right = 7
corner_radius_bottom_right = 7
corner_radius_bottom_left = 7
[sub_resource type="StyleBoxFlat" id="DangerNormal"]
content_margin_left = 12.0
content_margin_top = 7.0
content_margin_right = 12.0
content_margin_bottom = 7.0
bg_color = Color(0.55, 0.17, 0.19, 1)
corner_radius_top_left = 7
corner_radius_top_right = 7
corner_radius_bottom_right = 7
corner_radius_bottom_left = 7
[sub_resource type="StyleBoxFlat" id="DangerHover"]
content_margin_left = 12.0
content_margin_top = 7.0
content_margin_right = 12.0
content_margin_bottom = 7.0
bg_color = Color(0.82, 0.26, 0.29, 1)
corner_radius_top_left = 7
corner_radius_top_right = 7
corner_radius_bottom_right = 7
corner_radius_bottom_left = 7
[sub_resource type="StyleBoxFlat" id="CardNormal"]
content_margin_left = 7.0
content_margin_top = 7.0
content_margin_right = 7.0
content_margin_bottom = 7.0
bg_color = Color(0.105, 0.205, 0.235, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.2, 0.36, 0.4, 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="CardHover"]
content_margin_left = 7.0
content_margin_top = 7.0
@ -112,6 +62,22 @@ corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[sub_resource type="StyleBoxFlat" id="CardNormal"]
content_margin_left = 7.0
content_margin_top = 7.0
content_margin_right = 7.0
content_margin_bottom = 7.0
bg_color = Color(0.105, 0.205, 0.235, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.2, 0.36, 0.4, 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="CardPressed"]
content_margin_left = 7.0
content_margin_top = 7.0
@ -128,6 +94,28 @@ corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[sub_resource type="StyleBoxFlat" id="DangerHover"]
content_margin_left = 12.0
content_margin_top = 7.0
content_margin_right = 12.0
content_margin_bottom = 7.0
bg_color = Color(0.82, 0.26, 0.29, 1)
corner_radius_top_left = 7
corner_radius_top_right = 7
corner_radius_bottom_right = 7
corner_radius_bottom_left = 7
[sub_resource type="StyleBoxFlat" id="DangerNormal"]
content_margin_left = 12.0
content_margin_top = 7.0
content_margin_right = 12.0
content_margin_bottom = 7.0
bg_color = Color(0.55, 0.17, 0.19, 1)
corner_radius_top_left = 7
corner_radius_top_right = 7
corner_radius_bottom_right = 7
corner_radius_bottom_left = 7
[sub_resource type="StyleBoxFlat" id="LineEdit"]
content_margin_left = 8.0
content_margin_top = 5.0
@ -144,34 +132,46 @@ corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
[sub_resource type="StyleBoxFlat" id="Panel"]
bg_color = Color(0.075, 0.145, 0.17, 0.96)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.2, 0.55, 0.59, 0.65)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[resource]
default_font = ExtResource("1_font")
default_font_size = 23
Label/colors/font_color = Color(0.956, 0.972, 0.976, 1)
Label/colors/font_shadow_color = Color(0, 0, 0, 0)
PanelContainer/styles/panel = SubResource("Panel")
Button/colors/font_color = Color(0.956, 0.972, 0.976, 1)
Button/colors/font_disabled_color = Color(0.48, 0.55, 0.58, 1)
Button/colors/font_hover_color = Color(1, 1, 1, 1)
Button/colors/font_pressed_color = Color(0.04, 0.12, 0.14, 1)
Button/colors/font_disabled_color = Color(0.48, 0.55, 0.58, 1)
Button/styles/normal = SubResource("ButtonNormal")
Button/styles/hover = SubResource("ButtonHover")
Button/styles/pressed = SubResource("ButtonPressed")
Button/styles/focus = SubResource("ButtonHover")
Button/styles/disabled = SubResource("ButtonDisabled")
OptionButton/styles/normal = SubResource("ButtonNormal")
OptionButton/styles/hover = SubResource("ButtonHover")
OptionButton/styles/pressed = SubResource("ButtonPressed")
OptionButton/styles/focus = SubResource("ButtonHover")
DangerButton/base_type = &"Button"
DangerButton/styles/normal = SubResource("DangerNormal")
DangerButton/styles/hover = SubResource("DangerHover")
DangerButton/styles/pressed = SubResource("DangerHover")
DangerButton/styles/focus = SubResource("DangerHover")
Button/styles/focus = SubResource("ButtonHover")
Button/styles/hover = SubResource("ButtonHover")
Button/styles/normal = SubResource("ButtonNormal")
Button/styles/pressed = SubResource("ButtonPressed")
CardButton/base_type = &"Button"
CardButton/styles/normal = SubResource("CardNormal")
CardButton/styles/hover = SubResource("CardHover")
CardButton/styles/pressed = SubResource("CardPressed")
CardButton/styles/focus = SubResource("CardHover")
CardButton/colors/font_pressed_color = Color(0.956, 0.972, 0.976, 1)
CardButton/styles/focus = SubResource("CardHover")
CardButton/styles/hover = SubResource("CardHover")
CardButton/styles/normal = SubResource("CardNormal")
CardButton/styles/pressed = SubResource("CardPressed")
DangerButton/base_type = &"Button"
DangerButton/styles/focus = SubResource("DangerHover")
DangerButton/styles/hover = SubResource("DangerHover")
DangerButton/styles/normal = SubResource("DangerNormal")
DangerButton/styles/pressed = SubResource("DangerHover")
Label/colors/font_color = Color(0.956, 0.972, 0.976, 1)
Label/colors/font_shadow_color = Color(0, 0, 0, 0)
LineEdit/styles/normal = SubResource("LineEdit")
OptionButton/styles/focus = SubResource("ButtonHover")
OptionButton/styles/hover = SubResource("ButtonHover")
OptionButton/styles/normal = SubResource("ButtonNormal")
OptionButton/styles/pressed = SubResource("ButtonPressed")
PanelContainer/styles/panel = SubResource("Panel")