promiscuity/game/themes/button_theme.tres
Zeeshaun 525f9442c3
All checks were successful
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
Adding Kenney UI and item management
2026-03-20 13:11:47 -05:00

100 lines
3.5 KiB
Plaintext

[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")