This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
player.changeSprite is not a function #603
-
I am making a very basic maze game and was trying to change direction of player but .changeSprite() doesn't work I have 4 sprite for each direction |
Beta Was this translation helpful? Give feedback.
Answered by
lajbel
Jun 21, 2022
Replies: 1 comment
-
yeah, it's removed in favor of
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
slmjkdbtl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yeah, it's removed in favor of
obj.use(comp)
, in this caseobj.use(sprite("link-up"))