@ -2,8 +2,6 @@
"use strict";
// this is going to be used to represents points, but also direction, movements and blocks on the grid
export class Chrono {
/*:: start: number */
constructor () {
const samples = 20;
const samples_scaled = samples * 1000;