aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-12-19 19:05:09 +0100
committertpart <tpart120@proton.me>2025-12-19 19:05:16 +0100
commit9654f45253726df16592b996bc361c1d0a49bac9 (patch)
tree0a903dd376fe5fee2b1a9f1de7e913b77d408f04 /client
parentbd02a31979ecedd7c2dc7df822bda1b1d163548f (diff)
downloadhurrycurry-9654f45253726df16592b996bc361c1d0a49bac9.tar
hurrycurry-9654f45253726df16592b996bc361c1d0a49bac9.tar.bz2
hurrycurry-9654f45253726df16592b996bc361c1d0a49bac9.tar.zst
Make user tags blur themed
Diffstat (limited to 'client')
-rw-r--r--client/gui/overlays/lobby/lobby.tscn4
-rw-r--r--client/gui/overlays/lobby/player.tscn4
2 files changed, 5 insertions, 3 deletions
diff --git a/client/gui/overlays/lobby/lobby.tscn b/client/gui/overlays/lobby/lobby.tscn
index 673f7540..62da0a07 100644
--- a/client/gui/overlays/lobby/lobby.tscn
+++ b/client/gui/overlays/lobby/lobby.tscn
@@ -40,9 +40,9 @@ grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
theme_override_constants/margin_left = 342
-theme_override_constants/margin_top = 32
+theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 342
-theme_override_constants/margin_bottom = 32
+theme_override_constants/margin_bottom = 8
[node name="VBoxContainer" type="VBoxContainer" parent="PlayerList"]
layout_mode = 2
diff --git a/client/gui/overlays/lobby/player.tscn b/client/gui/overlays/lobby/player.tscn
index aa8997a1..4c294475 100644
--- a/client/gui/overlays/lobby/player.tscn
+++ b/client/gui/overlays/lobby/player.tscn
@@ -1,6 +1,7 @@
-[gd_scene load_steps=6 format=3 uid="uid://gmldnel4xbxy"]
+[gd_scene load_steps=7 format=3 uid="uid://gmldnel4xbxy"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_flfqn"]
+[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://gui/resources/materials/dark_blur_material.tres" id="1_jy1rs"]
[ext_resource type="Texture2D" uid="uid://222w1wha75od" path="res://gui/resources/icons/user.webp" id="2_mnaqt"]
[ext_resource type="Script" uid="uid://buxb488rr2ncs" path="res://gui/overlays/lobby/player.gd" id="2_w3lyk"]
@@ -15,6 +16,7 @@ corner_radius_bottom_left = 16
content_margin_right = 8.0
[node name="Player" type="PanelContainer"]
+material = ExtResource("1_jy1rs")
offset_right = 40.0
offset_bottom = 40.0
theme = ExtResource("1_flfqn")