oh fuck im gonna have to learn to clean up previous commits

This commit is contained in:
2025-07-18 23:14:51 +10:00
parent a6c503b8ff
commit 4a26cf0ddb
54 changed files with 1066 additions and 163 deletions

View File

@@ -19,7 +19,7 @@ void fragment() {
offset_uv.x += offset;
vec2 scaled_uv = vec2(fract(offset_uv.x * repeat_x),
vec2 scaled_uv = vec2(fract(offset_uv.x * repeat_x),
fract(offset_uv.y * repeat_y));
vec2 texelSize = vec2(1.0) / vec2(textureSize(texture_to_scroll, 0));