Updated mirror wave; tweaked CRT movement

This commit is contained in:
Henry 2026-02-27 01:05:55 +00:00
parent 7e75a96795
commit 78472ee95c
28 changed files with 938 additions and 32 deletions

7
shaders/flash.gdshader Normal file
View file

@ -0,0 +1,7 @@
shader_type canvas_item;
uniform float intensity : hint_range(0.0, 1.0) = 0.0;
void fragment() {
COLOR = vec4(1.0, 1.0, 1.0, intensity);
}

View file

@ -0,0 +1 @@
uid://blxo4qgrkjiup