aboutsummaryrefslogtreecommitdiff
path: root/client/gui/resources/style
diff options
context:
space:
mode:
Diffstat (limited to 'client/gui/resources/style')
-rw-r--r--client/gui/resources/style/error_focus_style.tres17
-rw-r--r--client/gui/resources/style/focus_style.tres17
-rw-r--r--client/gui/resources/style/hover_style.tres12
-rw-r--r--client/gui/resources/style/item_bubble_progress_style.tres5
-rw-r--r--client/gui/resources/style/item_bubble_progress_style_background.tres4
-rw-r--r--client/gui/resources/style/lobby_panel_override.tres4
-rw-r--r--client/gui/resources/style/normal_style.tres12
-rw-r--r--client/gui/resources/style/panel_style.tres8
-rw-r--r--client/gui/resources/style/panel_style_sidebar.tres3
-rw-r--r--client/gui/resources/style/paper_panel_style.tres6
10 files changed, 88 insertions, 0 deletions
diff --git a/client/gui/resources/style/error_focus_style.tres b/client/gui/resources/style/error_focus_style.tres
new file mode 100644
index 00000000..f7c44505
--- /dev/null
+++ b/client/gui/resources/style/error_focus_style.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://devnduinj535f"]
+
+[resource]
+content_margin_left = 10.0
+content_margin_top = 10.0
+content_margin_right = 10.0
+content_margin_bottom = 10.0
+bg_color = Color(1, 0, 0, 0.12549)
+border_width_left = 2
+border_width_top = 2
+border_width_right = 2
+border_width_bottom = 2
+border_color = Color(1, 0.81804, 0.818076, 1)
+corner_radius_top_left = 5
+corner_radius_top_right = 5
+corner_radius_bottom_right = 5
+corner_radius_bottom_left = 5
diff --git a/client/gui/resources/style/focus_style.tres b/client/gui/resources/style/focus_style.tres
new file mode 100644
index 00000000..a01843fe
--- /dev/null
+++ b/client/gui/resources/style/focus_style.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://b86kbd3pfkd5w"]
+
+[resource]
+content_margin_left = 10.0
+content_margin_top = 10.0
+content_margin_right = 10.0
+content_margin_bottom = 10.0
+bg_color = Color(1, 1, 1, 0.0627451)
+border_width_left = 2
+border_width_top = 2
+border_width_right = 2
+border_width_bottom = 2
+border_color = Color(0.818673, 0.926505, 1, 1)
+corner_radius_top_left = 5
+corner_radius_top_right = 5
+corner_radius_bottom_right = 5
+corner_radius_bottom_left = 5
diff --git a/client/gui/resources/style/hover_style.tres b/client/gui/resources/style/hover_style.tres
new file mode 100644
index 00000000..963ee2ca
--- /dev/null
+++ b/client/gui/resources/style/hover_style.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dua4jqje3704w"]
+
+[resource]
+content_margin_left = 10.0
+content_margin_top = 10.0
+content_margin_right = 10.0
+content_margin_bottom = 10.0
+bg_color = Color(1, 1, 1, 0.266667)
+corner_radius_top_left = 5
+corner_radius_top_right = 5
+corner_radius_bottom_right = 5
+corner_radius_bottom_left = 5
diff --git a/client/gui/resources/style/item_bubble_progress_style.tres b/client/gui/resources/style/item_bubble_progress_style.tres
new file mode 100644
index 00000000..68054918
--- /dev/null
+++ b/client/gui/resources/style/item_bubble_progress_style.tres
@@ -0,0 +1,5 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://brw8uogdgx2gf"]
+
+[resource]
+resource_local_to_scene = true
+bg_color = Color(0.501961, 0, 0, 1)
diff --git a/client/gui/resources/style/item_bubble_progress_style_background.tres b/client/gui/resources/style/item_bubble_progress_style_background.tres
new file mode 100644
index 00000000..972b7055
--- /dev/null
+++ b/client/gui/resources/style/item_bubble_progress_style_background.tres
@@ -0,0 +1,4 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://cu0his4018e7h"]
+
+[resource]
+resource_local_to_scene = true
diff --git a/client/gui/resources/style/lobby_panel_override.tres b/client/gui/resources/style/lobby_panel_override.tres
new file mode 100644
index 00000000..04fd16b0
--- /dev/null
+++ b/client/gui/resources/style/lobby_panel_override.tres
@@ -0,0 +1,4 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://de80aw86emnql"]
+
+[resource]
+bg_color = Color(0.0941176, 0.0941176, 0.0941176, 1)
diff --git a/client/gui/resources/style/normal_style.tres b/client/gui/resources/style/normal_style.tres
new file mode 100644
index 00000000..96aecc8e
--- /dev/null
+++ b/client/gui/resources/style/normal_style.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://pi5uhe0lrgka"]
+
+[resource]
+content_margin_left = 10.0
+content_margin_top = 10.0
+content_margin_right = 10.0
+content_margin_bottom = 10.0
+bg_color = Color(1, 1, 1, 0.0352941)
+corner_radius_top_left = 5
+corner_radius_top_right = 5
+corner_radius_bottom_right = 5
+corner_radius_bottom_left = 5
diff --git a/client/gui/resources/style/panel_style.tres b/client/gui/resources/style/panel_style.tres
new file mode 100644
index 00000000..d1f27667
--- /dev/null
+++ b/client/gui/resources/style/panel_style.tres
@@ -0,0 +1,8 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bcd4xcvtv7tws"]
+
+[resource]
+bg_color = Color(0, 0, 0, 0.6)
+corner_radius_top_left = 8
+corner_radius_top_right = 8
+corner_radius_bottom_right = 8
+corner_radius_bottom_left = 8
diff --git a/client/gui/resources/style/panel_style_sidebar.tres b/client/gui/resources/style/panel_style_sidebar.tres
new file mode 100644
index 00000000..9615d88b
--- /dev/null
+++ b/client/gui/resources/style/panel_style_sidebar.tres
@@ -0,0 +1,3 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bw4jamyna1top"]
+
+[resource]
diff --git a/client/gui/resources/style/paper_panel_style.tres b/client/gui/resources/style/paper_panel_style.tres
new file mode 100644
index 00000000..effa2310
--- /dev/null
+++ b/client/gui/resources/style/paper_panel_style.tres
@@ -0,0 +1,6 @@
+[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://bqhs5wtdp2oax"]
+
+[ext_resource type="Texture2D" uid="uid://chxkwohi56cxx" path="res://gui/resources/shaders/paper.tres" id="1_u1kqj"]
+
+[resource]
+texture = ExtResource("1_u1kqj")