summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/draw.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/draw.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/draw.lua13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index 0e0b603..0000000
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/game/draw.lua
+++ /dev/null
@@ -1,13 +0,0 @@
-game.draw = function(metaSprites, character)
- love.graphics.draw(
- metaSprites.image,
- metaSprites.quad,
- character.position.x,
- character.position.y,
- character.orientation,
- character.scale.x,
- character.scale.y,
- character.origin.x,
- character.origin.y
- )
-end