summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua122
1 files changed, 60 insertions, 62 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua
index c3f14b3..1050b96 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua
@@ -54,74 +54,72 @@ return {
},
},
tile = {
- layer = {
- 1,
- a = {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = 'bcd',
- independent = 'bcd',
- mirror = 'tilesOnly',
- rotate = false,
- scale = false,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
+ layers = 1,
+ a = {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = 'bcd',
+ independent = 'bcd',
+ mirror = 'tilesOnly',
+ rotate = false,
+ scale = false,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
},
},
- b = {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = 'acd',
- independent = 'acd',
- mirror = 'tilesOnly',
- rotate = false,
- scale = false,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
+ },
+ b = {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = 'acd',
+ independent = 'acd',
+ mirror = 'tilesOnly',
+ rotate = false,
+ scale = false,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
},
},
- c = {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = 'abd',
- independent = 'abd',
- mirror = 'tilesOnly',
- rotate = false,
- scale = false,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
+ },
+ c = {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = 'abd',
+ independent = 'abd',
+ mirror = 'tilesOnly',
+ rotate = false,
+ scale = false,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
},
},
- d = {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = 'abc',
- independent = 'abc',
- mirror = 'tilesOnly',
- rotate = false,
- scale = false,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
+ },
+ d = {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = 'abc',
+ independent = 'abc',
+ mirror = 'tilesOnly',
+ rotate = false,
+ scale = false,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
},
},
},