[gd_scene load_steps=4 format=3 uid="uid://cnaus3aov0001a"] [ext_resource type="Script" path="res://scripts/symptoms/nausea_desaturation.gd" id="1_desat"] [ext_resource type="Shader" path="res://assets/shaders/desaturation.gdshader" id="2_shader"] [sub_resource type="ShaderMaterial" id="Mat_Desat"] shader = ExtResource("2_shader") shader_parameter/desaturation = 0.0 [node name="NauseaOverlay" type="CanvasLayer"] layer = 2 [node name="DesaturationRect" type="ColorRect" parent="."] material = SubResource("Mat_Desat") anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 color = Color(1, 1, 1, 1) script = ExtResource("1_desat")