CanvasAsset: Change animation speed with bpm changes

This commit is contained in:
LoveEevee
2018-10-11 23:24:18 +03:00
parent 4ff567d5d7
commit 9c175231bf
7 changed files with 62 additions and 29 deletions

View File

@@ -18,6 +18,7 @@ class Circle{
this.rendaPlayed = false
this.gogoTime = config.gogoTime
this.gogoChecked = false
this.beatMS = config.beatMS
}
getMS(){
return this.ms