mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-24 03:58:53 +00:00
working
This commit is contained in:
parent
4086df95b7
commit
bbfdd2cc32
@ -12,6 +12,7 @@ export class NeoCyclist {
|
|||||||
this.cps = 0.5;
|
this.cps = 0.5;
|
||||||
this.lastTick = 0; // absolute time when last tick (clock callback) happened
|
this.lastTick = 0; // absolute time when last tick (clock callback) happened
|
||||||
this.getTime = getTime; // get absolute time
|
this.getTime = getTime; // get absolute time
|
||||||
|
this.time_at_last_tick_message = 0;
|
||||||
|
|
||||||
this.num_cycles_at_cps_change = 0;
|
this.num_cycles_at_cps_change = 0;
|
||||||
this.onToggle = onToggle;
|
this.onToggle = onToggle;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user