summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/stand.lua
blob: 3c31d68f704b1754bad842a1fdb9bd40fcbae507 (plain)
1
2
3
4
game.stand = function(metaSprites, character, dt)
  game.animation(character.stand, dt)
  metaSprites.quad = character.stand[character.stand.currentFrame]
end