CRT overlay now is a CanvasLayer, that can be put on the viewport over all.

This commit is contained in:
2024-01-18 12:23:35 -08:00
parent 936b47a320
commit 3a3b9b29db
7 changed files with 10 additions and 77 deletions
+1 -9
View File
@@ -26,20 +26,12 @@ shader_parameter/clip_warp = false
shader_parameter/vignette_intensity = 0.1
shader_parameter/vignette_opacity = 0.5
[node name="CRT_Overlay" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
[node name="CRT_Overlay" type="CanvasLayer"]
[node name="ColorRect" type="ColorRect" parent="."]
light_mask = 0
z_as_relative = false
material = SubResource("ShaderMaterial_vmiki")
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0