Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Draw to Image #2

Open
Sly777 opened this issue Jun 8, 2013 · 3 comments
Open

Change Draw to Image #2

Sly777 opened this issue Jun 8, 2013 · 3 comments

Comments

@Sly777
Copy link

Sly777 commented Jun 8, 2013

Hi, I want to change ghosts to image that i have. How can i import my ghost images?

@nicholaswmin
Copy link

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).

@shiloh92
Copy link

shiloh92 commented Mar 7, 2022

Would love to see instructions on how to do this replacement.

@Detzler
Copy link

Detzler commented Jan 6, 2023

Would love to see instructions on how to do this replacement.

yeah, me too. Thank's in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants