summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua40
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua3
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua3
3 files changed, 30 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,
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua
index b5cc1ab..fcb161a 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua
@@ -68,6 +68,7 @@ return {
specifyColors = false,
moveIndividual = false,
independent = false,
+ mirror = true,
rotate = false,
scale = false,
shear = false,
@@ -96,6 +97,7 @@ return {
specifyColors = false,
moveIndividual = false,
independent = false,
+ mirror = true,
rotate = false,
scale = false,
shear = false,
@@ -124,6 +126,7 @@ return {
specifyColors = false,
moveIndividual = true,
independent = false,
+ mirror = true,
rotate = false,
scale = false,
shear = false,
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
index fd12d4c..9a72dd6 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
@@ -68,6 +68,7 @@ return {
specifyColors = false,
moveIndividual = false,
independent = true,
+ mirror = false,
rotate = true,
scale = true,
shear = true,
@@ -84,6 +85,7 @@ return {
specifyColors = false,
moveIndividual = false,
independent = 'plane',
+ mirror = 'b',
rotate = true,
scale = true,
shear = true,
@@ -100,6 +102,7 @@ return {
specifyColors = false,
moveIndividual = false,
independent = 'plane',
+ mirror = 'a',
rotate = true,
scale = true,
shear = true,