This commit is contained in:
rhailrake
2023-05-19 17:25:02 +06:00
committed by Aviu00
parent 3344f94d36
commit 1fae101454
21 changed files with 261 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
const highp float shake_power = 0.03;
const highp float shake_power = 0.04;
const highp float shake_block_size = 30.5;
const highp float fade = 0.01;
const highp vec2 direction_r = vec2( 1.0, 0.0 );