summaryrefslogtreecommitdiff
path: root/src/information_only/scripts/load/graphics/ppu_rp2c02.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-06 17:36:27 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-06 17:39:02 -0300
commit6ecb5b355b08999952efcc60bc20fae649b131a7 (patch)
tree0714642adc0d25d24d6634c98692932e4718ee7e /src/information_only/scripts/load/graphics/ppu_rp2c02.lua
parentd3c2c13c096132fb73dbb902d31572f78110c08b (diff)
Update ppu_rp2c02 graphics to use only one tiles layer
Diffstat (limited to 'src/information_only/scripts/load/graphics/ppu_rp2c02.lua')
-rw-r--r--src/information_only/scripts/load/graphics/ppu_rp2c02.lua36
1 files changed, 20 insertions, 16 deletions
diff --git a/src/information_only/scripts/load/graphics/ppu_rp2c02.lua b/src/information_only/scripts/load/graphics/ppu_rp2c02.lua
index fe1f97c..39d8ece 100644
--- a/src/information_only/scripts/load/graphics/ppu_rp2c02.lua
+++ b/src/information_only/scripts/load/graphics/ppu_rp2c02.lua
@@ -55,14 +55,15 @@ return {
},
tile = {
layer = {
- {
+ a = {
colors = '2bpp',
specifyColors = false,
- moveIndividual = false,
+ moveIndividual = 'bcd',
+ independent = 'bcd',
rotate = false,
scale = false,
- shear = false,
- affine = false,
+ shear = true,
+ affine = true,
size = {
default = {
width = 32,
@@ -70,14 +71,15 @@ return {
},
},
},
- {
+ b = {
colors = '2bpp',
specifyColors = false,
- moveIndividual = false,
+ moveIndividual = 'acd',
+ independent = 'acd',
rotate = false,
scale = false,
- shear = false,
- affine = false,
+ shear = true,
+ affine = true,
size = {
default = {
width = 32,
@@ -85,14 +87,15 @@ return {
},
},
},
- {
+ c = {
colors = '2bpp',
specifyColors = false,
- moveIndividual = false,
+ moveIndividual = 'abd',
+ independent = 'abd',
rotate = false,
scale = false,
- shear = false,
- affine = false,
+ shear = true,
+ affine = true,
size = {
default = {
width = 32,
@@ -100,14 +103,15 @@ return {
},
},
},
- {
+ d = {
colors = '2bpp',
specifyColors = false,
- moveIndividual = false,
+ moveIndividual = 'abc',
+ independent = 'abc',
rotate = false,
scale = false,
- shear = false,
- affine = false,
+ shear = true,
+ affine = true,
size = {
default = {
width = 32,