Adding Kenney UI and item management
Deploy Promiscuity Auth API / deploy (push) Successful in 48s
Deploy Promiscuity Character API / deploy (push) Successful in 47s
Deploy Promiscuity Inventory API / deploy (push) Successful in 59s
Deploy Promiscuity Locations API / deploy (push) Successful in 46s
k8s smoke test / test (push) Successful in 10s

This commit is contained in:
2026-03-20 13:11:47 -05:00
parent 038981d7b1
commit 525f9442c3
2631 changed files with 58336 additions and 142 deletions
+99 -39
View File
@@ -1,39 +1,99 @@
[gd_resource type="Theme" load_steps=7 format=3 uid="uid://wpxmub0n2dr3"]
[ext_resource type="FontFile" uid="uid://m5ceou0rk6j6" path="res://assets/fonts/PlayfairDisplay-VariableFont_wght.ttf" id="1_qnv5y"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_kwhvy"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_bpa63"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_6abfs"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_hguu3"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_wu4fv"]
[resource]
Button/colors/font_color = Color(0.875, 0.875, 0.875, 1)
Button/colors/font_disabled_color = Color(0.875, 0.875, 0.875, 0.5)
Button/colors/font_focus_color = Color(0.95, 0.95, 0.95, 1)
Button/colors/font_hover_color = Color(0.95, 0.95, 0.95, 1)
Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
Button/colors/font_outline_color = Color(8.834152, 8.190666, 9.316767, 1)
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
Button/colors/icon_disabled_color = Color(1, 1, 1, 0.4)
Button/colors/icon_focus_color = Color(1, 1, 1, 1)
Button/colors/icon_hover_color = Color(1, 1, 1, 1)
Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
Button/colors/icon_normal_color = Color(1, 1, 1, 1)
Button/colors/icon_pressed_color = Color(1, 1, 1, 1)
Button/constants/align_to_largest_stylebox = 0
Button/constants/h_separation = 4
Button/constants/icon_max_width = 0
Button/constants/outline_size = 0
Button/font_sizes/font_size = 32
Button/fonts/font = ExtResource("1_qnv5y")
Button/styles/disabled = SubResource("StyleBoxEmpty_kwhvy")
Button/styles/focus = SubResource("StyleBoxEmpty_bpa63")
Button/styles/hover = SubResource("StyleBoxEmpty_6abfs")
Button/styles/normal = SubResource("StyleBoxEmpty_hguu3")
Button/styles/pressed = SubResource("StyleBoxEmpty_wu4fv")
[gd_resource type="Theme" load_steps=11 format=3 uid="uid://wpxmub0n2dr3"]
[ext_resource type="FontFile" path="res://assets/ui/kenney_ui_pack/Font/Kenney Future.ttf" id="1_font"]
[ext_resource type="Texture2D" path="res://assets/ui/kenney_ui_pack/PNG/Green/Default/button_rectangle_depth_flat.png" id="2_normal"]
[ext_resource type="Texture2D" path="res://assets/ui/kenney_ui_pack/PNG/Green/Default/button_rectangle_depth_gloss.png" id="3_hover"]
[ext_resource type="Texture2D" path="res://assets/ui/kenney_ui_pack/PNG/Green/Double/button_rectangle_depth_flat.png" id="4_pressed"]
[ext_resource type="Texture2D" path="res://assets/ui/kenney_ui_pack/PNG/Grey/Default/button_rectangle_depth_flat.png" id="5_disabled"]
[sub_resource type="StyleBoxTexture" id="1_style_normal"]
texture = ExtResource("2_normal")
texture_margin_left = 16.0
texture_margin_top = 16.0
texture_margin_right = 16.0
texture_margin_bottom = 16.0
expand_margin_left = 4.0
expand_margin_top = 4.0
expand_margin_right = 4.0
expand_margin_bottom = 4.0
content_margin_left = 24.0
content_margin_top = 14.0
content_margin_right = 24.0
content_margin_bottom = 14.0
[sub_resource type="StyleBoxTexture" id="2_style_hover"]
texture = ExtResource("3_hover")
texture_margin_left = 16.0
texture_margin_top = 16.0
texture_margin_right = 16.0
texture_margin_bottom = 16.0
expand_margin_left = 4.0
expand_margin_top = 4.0
expand_margin_right = 4.0
expand_margin_bottom = 4.0
content_margin_left = 24.0
content_margin_top = 14.0
content_margin_right = 24.0
content_margin_bottom = 14.0
[sub_resource type="StyleBoxTexture" id="3_style_pressed"]
texture = ExtResource("4_pressed")
texture_margin_left = 16.0
texture_margin_top = 16.0
texture_margin_right = 16.0
texture_margin_bottom = 16.0
expand_margin_left = 4.0
expand_margin_top = 4.0
expand_margin_right = 4.0
expand_margin_bottom = 4.0
content_margin_left = 24.0
content_margin_top = 16.0
content_margin_right = 24.0
content_margin_bottom = 12.0
[sub_resource type="StyleBoxTexture" id="4_style_disabled"]
texture = ExtResource("5_disabled")
texture_margin_left = 16.0
texture_margin_top = 16.0
texture_margin_right = 16.0
texture_margin_bottom = 16.0
expand_margin_left = 4.0
expand_margin_top = 4.0
expand_margin_right = 4.0
expand_margin_bottom = 4.0
content_margin_left = 24.0
content_margin_top = 14.0
content_margin_right = 24.0
content_margin_bottom = 14.0
[sub_resource type="StyleBoxTexture" id="5_style_focus"]
texture = ExtResource("3_hover")
texture_margin_left = 16.0
texture_margin_top = 16.0
texture_margin_right = 16.0
texture_margin_bottom = 16.0
expand_margin_left = 6.0
expand_margin_top = 6.0
expand_margin_right = 6.0
expand_margin_bottom = 6.0
content_margin_left = 24.0
content_margin_top = 14.0
content_margin_right = 24.0
content_margin_bottom = 14.0
[resource]
Button/colors/font_color = Color(0.098, 0.161, 0.047, 1)
Button/colors/font_disabled_color = Color(0.34, 0.34, 0.34, 1)
Button/colors/font_focus_color = Color(0.098, 0.161, 0.047, 1)
Button/colors/font_hover_color = Color(0.098, 0.161, 0.047, 1)
Button/colors/font_hover_pressed_color = Color(0.098, 0.161, 0.047, 1)
Button/colors/font_pressed_color = Color(0.098, 0.161, 0.047, 1)
Button/constants/h_separation = 8
Button/constants/outline_size = 0
Button/font_sizes/font_size = 22
Button/fonts/font = ExtResource("1_font")
Button/styles/disabled = SubResource("4_style_disabled")
Button/styles/focus = SubResource("5_style_focus")
Button/styles/hover = SubResource("2_style_hover")
Button/styles/normal = SubResource("1_style_normal")
Button/styles/pressed = SubResource("3_style_pressed")