working but animation is weird

This commit is contained in:
Jade (Rose) Rowland 2024-01-10 23:49:02 -05:00
parent 0c7b731fa6
commit 721f707c94
8 changed files with 48 additions and 52 deletions

View file

@ -36,7 +36,6 @@ export class Cyclist {
const time = getTime();
const begin = this.lastEnd;
this.lastBegin = begin;
console.log();
//convert ticks to cycles, so you can query the pattern for events
const eventLength = duration * this.cps;
const num_cycles_since_cps_change = this.num_ticks_since_cps_change * eventLength;