Add debugging user interface

This commit is contained in:
LoveEevee
2018-10-14 21:08:05 +03:00
parent e2de2ff821
commit 04473acb74
10 changed files with 334 additions and 1 deletions

View File

@@ -3,10 +3,12 @@ class Circle{
// id, ms, type, text, speed, endTime, requiredHits
this.id = config.id
this.ms = config.start
this.originalMS = this.ms
this.type = config.type
this.text = config.txt
this.speed = config.speed
this.endTime = config.endTime || this.ms
this.originalEndTime = this.endTime
this.isPlayed = 0
this.animating = false
this.animT = 0