Almenon / recordGame

repository for Javascript/Phaser based music game
https://almenon.github.io/recordGame/
2 stars 0 forks source link

Arcs should be made using one sprite, not multiple #9

Open Almenon opened 7 years ago

Almenon commented 7 years ago

Collision checking and enemy creation can handle the extra time it takes to go through each sprite, but the coloring of each sprite takes far too long. Either I should fix this issue or make the coloring faster.