Update Sink.js

This commit is contained in:
Akash Bora
2024-06-15 15:31:29 +05:30
committed by GitHub
parent 0145fb6cc0
commit f0fc18d472

View File

@@ -1,5 +1,5 @@
// dd_zero.js // dd_zero.js
// only fuck things up if mv > movement_threshold // only mess frames if mv > movement_threshold
var movement_threshold = 3; var movement_threshold = 3;
function glitch_frame(frame) function glitch_frame(frame)
{ {