From 1153f8b8c6dafa7284caadceefff327ad6ca28a5 Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 30 Aug 2025 23:58:09 +0200 Subject: Add player count to server list --- client/menu/theme/style/error_focus_style.tres | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 client/menu/theme/style/error_focus_style.tres (limited to 'client/menu/theme') diff --git a/client/menu/theme/style/error_focus_style.tres b/client/menu/theme/style/error_focus_style.tres new file mode 100644 index 00000000..f7c44505 --- /dev/null +++ b/client/menu/theme/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 -- cgit v1.2.3-70-g09d2