-
I have one image where I have Idle animation. And other different images for fall, hit, jump, double jump, etc. |
Beta Was this translation helpful? Give feedback.
Answered by
lajbel
Jun 8, 2024
Replies: 1 comment
-
You can do it passing an array to the loadSprite("bean", ["/sprites/bean.png", "/sprites/ghosty.png"]); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lajbel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do it passing an array to the
loadSprite
function