You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to convert the sprites.js example to TypeScript. The first issue I encountered is #602, and the second is that on line 159 it says SPRITES[(tick) % 2].color[0], but the Framebuffer2D class does not have a color property.