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
with ctx.drawImage command - Images are currently being drawn with quadratic-beziers and arcs mostly - find their coordinates where they are being drawn and replace those commands with a single ctx.drawImage command, such as ctx.drawImage(yourImg,xPos,yPos,width,height).
Hi, I want to change ghosts to image that i have. How can i import my ghost images?
The text was updated successfully, but these errors were encountered: