Skip to content

Commit

Permalink
Adjusted pixel blur speed.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Sep 22, 2023
1 parent bd6c067 commit deffe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cambiare/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {RootDisplay} from "../basic/index.mjs";
import {MxFont40} from "../basic/mxReader.js";

const targetRatio = 16 / 9;
const pixelBlurSpeed = 48;
const pixelBlurSpeed = 64;
const chTypes = "Vx,Dr,D1,D2,D3,D4,D5,D6,D7,D8".split(",");
const blackKeys = [1, 3, 6, 8, 10],
keyXs = [0, 0.5, 1, 1.5, 2, 3, 3.5, 4, 4.5, 5, 5.5, 6];
Expand Down

0 comments on commit deffe1e

Please sign in to comment.