export const KEYS = [ 68, // D 70, // F 74, // J 75 // K ] export const LANE_COLORS = [ [28, 237, 102], [245, 201, 27], [66, 110, 255], [255, 94, 180] ]; export const GRACE_BEAT = 0.175; export let NOTE_SPEED = 80; // this isnt a constant so players can adjust their notespeed export const getPixelsPerBeat = () => NOTE_SPEED * 3.5