diff options
author | tpart <tpart120@proton.me> | 2024-08-13 21:38:20 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-08-13 21:38:30 +0200 |
commit | 598cc27e750b00cb9c4e58789dee19c926bbd41e (patch) | |
tree | 5d0cf8892454c267d28b550331decffe8f1e2520 /client/menu/ingame.tscn | |
parent | fa4e866c2736e6679ff6717b849f3f6f34a7dc00 (diff) | |
download | hurrycurry-598cc27e750b00cb9c4e58789dee19c926bbd41e.tar hurrycurry-598cc27e750b00cb9c4e58789dee19c926bbd41e.tar.bz2 hurrycurry-598cc27e750b00cb9c4e58789dee19c926bbd41e.tar.zst |
Add UI blur setting
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 3088ac6a..bf96229c 100644 --- a/client/menu/ingame.tscn +++ b/client/menu/ingame.tscn @@ -1,8 +1,9 @@ -[gd_scene load_steps=9 format=3 uid="uid://lxlgtjm8hw7v"] +[gd_scene load_steps=10 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"] [sub_resource type="Animation" id="Animation_8sedy"] @@ -67,6 +68,7 @@ anchor_bottom = 1.0 offset_left = -400.0 offset_right = -106.0 grow_vertical = 2 +script = ExtResource("4_b6bm7") [node name="Margin" type="MarginContainer" parent="Side"] layout_mode = 2 |