From 61207011c466bc9cd7d4f275d6befabee1b75ae7 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 3 Dec 2016 19:31:00 -0300 Subject: Keep the code more KISS - part 3 --- .../scripts/meta_sprites.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua') diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua deleted file mode 100644 index fca94dd..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua +++ /dev/null @@ -1,7 +0,0 @@ -return { - bola = { - image = love.graphics.newImage('multimedia/ppu_rp2c0x/meta_sprites/bola/default_sheet_color0_alpha.png'), - x = 24, - y = 32, - } -} -- cgit v1.2.3-54-g00ecf