remove unrelated comments
This commit is contained in:
parent
15517f890f
commit
152585ea1f
@ -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 () {
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
"use strict";
|
||||
|
||||
// this is going to be used to represents points, but also direction, movements and blocks on the grid
|
||||
|
||||
const samples = 20;
|
||||
const samples_scaled = samples * 1000;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user