diff options
author | BrickPi <ajmach6@gmail.com> | 2024-01-19 22:52:24 +0100 |
---|---|---|
committer | BrickPi <ajmach6@gmail.com> | 2024-01-21 16:25:06 +0100 |
commit | 2940411cb33a64cd41c2d39ddf98aab54edc9f69 (patch) | |
tree | 8cefa44e20d3fd26f7ba083454ffdcbb43c1d05f /game/theme/game_session_menu.tres | |
parent | fb2561bd998f211d2099f811a6b6b25a57118160 (diff) |
Reorganise Asset File Structure
Diffstat (limited to 'game/theme/game_session_menu.tres')
-rw-r--r-- | game/theme/game_session_menu.tres | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/game/theme/game_session_menu.tres b/game/theme/game_session_menu.tres deleted file mode 100644 index 68847d4..0000000 --- a/game/theme/game_session_menu.tres +++ /dev/null @@ -1,84 +0,0 @@ -[gd_resource type="Theme" load_steps=11 format=3 uid="uid://cqrfmjt5yeti7"] - -[ext_resource type="StyleBox" uid="uid://blwilunhmyvpq" path="res://theme/assets/main_menu_button_normal.tres" id="1_7med2"] -[ext_resource type="Script" path="res://src/Game/Theme/StyleBoxWithSound.gd" id="2_oj3dv"] -[ext_resource type="AudioStream" uid="uid://bsldcs3l8s7ug" path="res://addons/kenney_ui_audio/click3.wav" id="3_j823n"] -[ext_resource type="Texture2D" uid="uid://c0p34i3d3b0pw" path="res://theme/assets/main_menu_button.png" id="4_lno5s"] - -[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_jvvyi"] -content_margin_left = 20.0 -content_margin_top = 10.0 -content_margin_right = 20.0 -content_margin_bottom = 14.0 -texture = ExtResource("4_lno5s") -modulate_color = Color(0.817521, 0.817521, 0.817521, 0.784314) - -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6ab1x"] -draw_center = false -border_width_left = 10 -border_width_top = 15 -border_width_right = 10 -border_width_bottom = 15 -border_color = Color(0, 0, 0, 0.584314) -border_blend = true -corner_radius_top_left = 5 -corner_radius_top_right = 5 -corner_radius_bottom_right = 5 -corner_radius_bottom_left = 5 -corner_detail = 20 - -[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_jslj0"] -content_margin_left = 20.0 -content_margin_top = 10.0 -content_margin_right = 20.0 -content_margin_bottom = 14.0 -texture = ExtResource("4_lno5s") -modulate_color = Color(0.588235, 0.588235, 0.588235, 1) - -[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_l2rw3"] -content_margin_left = 20.0 -content_margin_top = 10.0 -content_margin_right = 20.0 -content_margin_bottom = 14.0 -texture = ExtResource("4_lno5s") -modulate_color = Color(0.85098, 0.85098, 0.85098, 1) - -[sub_resource type="StyleBox" id="StyleBox_ptkcj"] -resource_local_to_scene = false -resource_name = "" -content_margin_left = -1.0 -content_margin_top = -1.0 -content_margin_right = -1.0 -content_margin_bottom = -1.0 -script = ExtResource("2_oj3dv") -style_box = SubResource("StyleBoxTexture_l2rw3") -sound = ExtResource("3_j823n") - -[sub_resource type="StyleBoxLine" id="StyleBoxLine_kaw4i"] -color = Color(0.454902, 0.45098, 0.435294, 1) -thickness = 2 - -[resource] -SessionButton/base_type = &"Button" -SessionButton/colors/font_color = Color(0.87451, 0.87451, 0.87451, 1) -SessionButton/colors/font_disabled_color = Color(0.87451, 0.87451, 0.87451, 0.501961) -SessionButton/colors/font_focus_color = Color(0.94902, 0.94902, 0.94902, 1) -SessionButton/colors/font_hover_color = Color(0.94902, 0.94902, 0.94902, 1) -SessionButton/colors/font_hover_pressed_color = Color(1, 1, 1, 1) -SessionButton/colors/font_outline_color = Color(1, 1, 1, 1) -SessionButton/colors/font_pressed_color = Color(1, 1, 1, 1) -SessionButton/colors/icon_disabled_color = Color(1, 1, 1, 0.4) -SessionButton/colors/icon_focus_color = Color(0.94902, 0.94902, 0.94902, 1) -SessionButton/colors/icon_hover_color = Color(0.94902, 0.94902, 0.94902, 1) -SessionButton/colors/icon_hover_pressed_color = Color(1, 1, 1, 1) -SessionButton/colors/icon_normal_color = Color(1, 1, 1, 1) -SessionButton/colors/icon_pressed_color = Color(1, 1, 1, 1) -SessionButton/styles/disabled = SubResource("StyleBoxTexture_jvvyi") -SessionButton/styles/focus = SubResource("StyleBoxFlat_6ab1x") -SessionButton/styles/hover = SubResource("StyleBoxTexture_jslj0") -SessionButton/styles/normal = ExtResource("1_7med2") -SessionButton/styles/pressed = SubResource("StyleBox_ptkcj") -SessionPanel/base_type = &"Panel" -SessionPanel/styles/panel = null -SessionSeparator/base_type = &"HSeparator" -SessionSeparator/styles/separator = SubResource("StyleBoxLine_kaw4i") |