summaryrefslogtreecommitdiff
path: root/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua')
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua56
1 files changed, 27 insertions, 29 deletions
diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua
index 5fefd2d..3d78b83 100644
--- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua
+++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua
@@ -62,35 +62,33 @@ return {
},
},
tile = {
- layer = {
- 1,
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = true,
- independent = false,
- mirror = false,
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- size = {
- default = {
- width = 32,
- height = 32,
- },
- big = {
- width = 64,
- height = 64,
- },
- bigW = {
- width = 64,
- height = 32,
- },
- bigH = {
- width = 32,
- height = 64,
- },
+ layers = 1,
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = true,
+ independent = false,
+ mirror = false,
+ rotate = false,
+ scale = false,
+ shear = false,
+ affine = false,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
+ },
+ big = {
+ width = 64,
+ height = 64,
+ },
+ bigW = {
+ width = 64,
+ height = 32,
+ },
+ bigH = {
+ width = 32,
+ height = 64,
},
},
},