summaryrefslogtreecommitdiff
path: root/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua')
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua92
1 files changed, 45 insertions, 47 deletions
diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
index 20fffcc..fd51201 100644
--- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
+++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
@@ -62,57 +62,55 @@ return {
},
},
tile = {
- layer = {
- 1,
- plane = {
- colors = '8bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = true,
- mirror = false,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 128,
- height = 128,
- },
+ layers = 1,
+ plane = {
+ colors = '8bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = true,
+ mirror = false,
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 128,
+ height = 128,
},
},
- a = {
- colors = '7bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = 'plane',
- mirror = 'b',
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 128,
- height = 128,
- },
+ },
+ a = {
+ colors = '7bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = 'plane',
+ mirror = 'b',
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 128,
+ height = 128,
},
},
- b = {
- colors = '7bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = 'plane',
- mirror = 'a',
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 128,
- height = 128,
- },
+ },
+ b = {
+ colors = '7bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = 'plane',
+ mirror = 'a',
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 128,
+ height = 128,
},
},
},