ThomasDavisA / simple-twitch-chat-visualizer

0 stars 0 forks source link

Pixi rendering #68

Closed ThomasDavisA closed 2 years ago

mdavisprog commented 2 years ago

Everything looks good. The only feedback I have is how the wanderTick is decremented and how the velocity is handled. I would recommend taking the delta time into account for smooth movement in case the rendering has some lag due to computer slowing down/hiccups/etc. The kobolds move extremely fast on my machine. I think we did something similar on the Love2D project.