summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-11-29 17:34:55 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-11-29 17:34:55 -0300
commit97ee8ee8489521c78b5f314fed44d32886db6fe7 (patch)
treeca5b5e552af234caf751f4e693a3681bb246f215 /src/gnu_and_bola_-_the_libre_beat_em_up_game
parent85030877d256a81fe092ee1b913f587214dc0447 (diff)
Rename famicom to ppu_rp2c0x
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua2
1 files changed, 1 insertions, 1 deletions
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
index 4679021..fca94dd 100644
--- 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
@@ -1,6 +1,6 @@
return {
bola = {
- image = love.graphics.newImage('multimedia/famicom/meta_sprites/bola/default_sheet_color0_alpha.png'),
+ image = love.graphics.newImage('multimedia/ppu_rp2c0x/meta_sprites/bola/default_sheet_color0_alpha.png'),
x = 24,
y = 32,
}