Animations
Is there a way to add movement based animations with or without conditions? For example:
if keyboard.RIGHT then
screen.drawSprite("player_right",player.x,player.y,20)
else
screen.drawSprite("player",player.x,player.y,20)
end
Is there a way to add movement based animations with or without conditions? For example:
if keyboard.RIGHT then
screen.drawSprite("player_right",player.x,player.y,20)
else
screen.drawSprite("player",player.x,player.y,20)
end