summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-08-11 00:10:08 +0200
committertpart <tpart120@proton.me>2024-08-11 00:10:08 +0200
commit28ea3fd2a8ba037cdfcb920e4c136db9eb8cd36e (patch)
tree3a91e83e8e3194f4c638033f5f99ebca8804d1df
parent0c8989a71caee91b1c10e4c88489d6ee9358614f (diff)
downloadhurrycurry-28ea3fd2a8ba037cdfcb920e4c136db9eb8cd36e.tar
hurrycurry-28ea3fd2a8ba037cdfcb920e4c136db9eb8cd36e.tar.bz2
hurrycurry-28ea3fd2a8ba037cdfcb920e4c136db9eb8cd36e.tar.zst
Fix: ingame menu not using correct material
-rw-r--r--client/menu/ingame.tscn14
1 files changed, 3 insertions, 11 deletions
diff --git a/client/menu/ingame.tscn b/client/menu/ingame.tscn
index c000ab8c..41abf4d2 100644
--- a/client/menu/ingame.tscn
+++ b/client/menu/ingame.tscn
@@ -1,8 +1,8 @@
-[gd_scene load_steps=10 format=3 uid="uid://lxlgtjm8hw7v"]
+[gd_scene load_steps=9 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="Shader" path="res://menu/blur_mix.gdshader" id="3_f6s5h"]
+[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/dark_blur_material.tres" id="3_vvvlt"]
[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"]
@@ -39,12 +39,6 @@ _data = {
"activate": SubResource("Animation_660jl")
}
-[sub_resource type="ShaderMaterial" id="ShaderMaterial_o2vtr"]
-shader = ExtResource("3_f6s5h")
-shader_parameter/blur_amount = 3.5
-shader_parameter/mix_amount = 0.3
-shader_parameter/color_over = null
-
[sub_resource type="FontVariation" id="FontVariation_ud3l8"]
base_font = ExtResource("4_scupw")
variation_embolden = 0.5
@@ -66,13 +60,11 @@ libraries = {
speed_scale = 8.0
[node name="Side" type="PanelContainer" parent="."]
-material = SubResource("ShaderMaterial_o2vtr")
+material = ExtResource("3_vvvlt")
layout_mode = 1
anchors_preset = 9
anchor_bottom = 1.0
offset_left = -400.0
-offset_right = -90.0
-offset_bottom = 1296.0
grow_vertical = 2
[node name="Margin" type="MarginContainer" parent="Side"]