diff options
author | tpart <tpart120@proton.me> | 2024-09-07 17:28:51 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-07 17:28:51 +0200 |
commit | b7e4481c5d586e9e5392f6feb1651e4ca79f7fbf (patch) | |
tree | 20d23ef240c151b56d79c42b6c640c8bc17bc72d /client/menu/ingame.tscn | |
parent | 091f8ff9acf04cedf14765e9db5540c876fd7375 (diff) | |
download | hurrycurry-b7e4481c5d586e9e5392f6feb1651e4ca79f7fbf.tar hurrycurry-b7e4481c5d586e9e5392f6feb1651e4ca79f7fbf.tar.bz2 hurrycurry-b7e4481c5d586e9e5392f6feb1651e4ca79f7fbf.tar.zst |
Fix panel style of ingame menu
Diffstat (limited to 'client/menu/ingame.tscn')
-rw-r--r-- | client/menu/ingame.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/menu/ingame.tscn b/client/menu/ingame.tscn index 55678847..4bb2a458 100644 --- a/client/menu/ingame.tscn +++ b/client/menu/ingame.tscn @@ -1,10 +1,11 @@ -[gd_scene load_steps=10 format=3 uid="uid://lxlgtjm8hw7v"] +[gd_scene load_steps=11 format=3 uid="uid://lxlgtjm8hw7v"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="1_2vmyh"] [ext_resource type="Script" path="res://menu/ingame.gd" id="2_0h3no"] [ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/dark_blur_material.tres" id="3_vvvlt"] [ext_resource type="Script" path="res://menu/blur_setup.gd" id="4_b6bm7"] [ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/font-sansita-swashed.woff2" id="4_scupw"] +[ext_resource type="StyleBox" uid="uid://bw4jamyna1top" path="res://menu/theme/style/panel_style_sidebar.tres" id="4_vr8y1"] [sub_resource type="Animation" id="Animation_8sedy"] length = 0.001 @@ -67,6 +68,7 @@ anchors_preset = 9 anchor_bottom = 1.0 offset_right = 296.0 grow_vertical = 2 +theme_override_styles/panel = ExtResource("4_vr8y1") script = ExtResource("4_b6bm7") [node name="Margin" type="MarginContainer" parent="Side"] |