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.lua40
1 files changed, 24 insertions, 16 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 fe1f97c..b210d04 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
@@ -55,14 +55,16 @@ return {
},
tile = {
layer = {
- {
+ a = {
colors = '2bpp',
specifyColors = false,
- moveIndividual = false,
+ moveIndividual = 'bcd',
+ independent = 'bcd',
+ mirror = 'tilesOnly',
rotate = false,
scale = false,
- shear = false,
- affine = false,
+ shear = true,
+ affine = true,
size = {
default = {
width = 32,
@@ -70,14 +72,16 @@ return {
},
},
},
- {
+ b = {
colors = '2bpp',
specifyColors = false,
- moveIndividual = false,
+ moveIndividual = 'acd',
+ independent = 'acd',
+ mirror = 'tilesOnly',
rotate = false,
scale = false,
- shear = false,
- affine = false,
+ shear = true,
+ affine = true,
size = {
default = {
width = 32,
@@ -85,14 +89,16 @@ return {
},
},
},
- {
+ c = {
colors = '2bpp',
specifyColors = false,
- moveIndividual = false,
+ moveIndividual = 'abd',
+ independent = 'abd',
+ mirror = 'tilesOnly',
rotate = false,
scale = false,
- shear = false,
- affine = false,
+ shear = true,
+ affine = true,
size = {
default = {
width = 32,
@@ -100,14 +106,16 @@ return {
},
},
},
- {
+ d = {
colors = '2bpp',
specifyColors = false,
- moveIndividual = false,
+ moveIndividual = 'abc',
+ independent = 'abc',
+ mirror = 'tilesOnly',
rotate = false,
scale = false,
- shear = false,
- affine = false,
+ shear = true,
+ affine = true,
size = {
default = {
width = 32,