summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-03 22:52:00 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-03 22:52:00 -0300
commit1839f8f03dd96d34cadef4ba9809bd6311d9a3e5 (patch)
tree094c5e5f096ee54664ae70b66c585e2d48b26ac3 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game
parent48651499e2aead78023bcd03f0425ba4afa98010 (diff)
Rename quad.bola to metaSprites.bola.quad
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/draw.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/draw.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/draw.lua
index 43266bb..0e0b603 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/draw.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/draw.lua
@@ -1,7 +1,7 @@
-game.draw = function(metaSprites, quad, character)
+game.draw = function(metaSprites, character)
love.graphics.draw(
metaSprites.image,
- quad,
+ metaSprites.quad,
character.position.x,
character.position.y,
character.orientation,