diff options
| author | tpart <tpart120@proton.me> | 2025-11-05 22:04:26 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-11-05 22:04:26 +0100 |
| commit | 9d69a0895a78ec1290594fd9761d9cb069d8e2b7 (patch) | |
| tree | faed3e350ab240f684e09d2243286de05cde55a0 | |
| parent | 59b2e6997193a749b49559834f6968ed3f80aec5 (diff) | |
| download | hurrycurry-9d69a0895a78ec1290594fd9761d9cb069d8e2b7.tar hurrycurry-9d69a0895a78ec1290594fd9761d9cb069d8e2b7.tar.bz2 hurrycurry-9d69a0895a78ec1290594fd9761d9cb069d8e2b7.tar.zst | |
Fix round corners in error menu
| -rw-r--r-- | client/gui/menus/error.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/gui/menus/error.tscn b/client/gui/menus/error.tscn index 1f5511a4..52283b39 100644 --- a/client/gui/menus/error.tscn +++ b/client/gui/menus/error.tscn @@ -1,10 +1,11 @@ -[gd_scene load_steps=7 format=3 uid="uid://cimgn07lbcs4v"] +[gd_scene load_steps=8 format=3 uid="uid://cimgn07lbcs4v"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_cabdu"] [ext_resource type="PackedScene" uid="uid://l4vm07dtda4j" path="res://gui/menus/main/background.tscn" id="2_5fxol"] [ext_resource type="Script" uid="uid://bl0n4atrdcogm" path="res://gui/menus/error.gd" id="2_dbe41"] [ext_resource type="PackedScene" uid="uid://bg2d78ycorcqk" path="res://gui/menus/transition/scene_transition.tscn" id="4_1nbt3"] [ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://gui/resources/materials/dark_blur_material.tres" id="4_hxkkd"] +[ext_resource type="StyleBox" uid="uid://de80aw86emnql" path="res://gui/resources/style/lobby_panel_override.tres" id="5_42a6r"] [ext_resource type="Script" uid="uid://byshs20og68tn" path="res://gui/components/smart_margin_container.gd" id="5_rfcg2"] [node name="ErrorMenu" type="Control"] @@ -27,6 +28,7 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 +theme_override_styles/panel = ExtResource("5_42a6r") [node name="SmartMarginContainer" type="MarginContainer" parent="Panel"] layout_mode = 1 |