summaryrefslogtreecommitdiff
path: root/src/information_only/scripts/load/graphics/ym7101.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/information_only/scripts/load/graphics/ym7101.lua')
-rw-r--r--src/information_only/scripts/load/graphics/ym7101.lua116
1 files changed, 57 insertions, 59 deletions
diff --git a/src/information_only/scripts/load/graphics/ym7101.lua b/src/information_only/scripts/load/graphics/ym7101.lua
index 427a226..8300805 100644
--- a/src/information_only/scripts/load/graphics/ym7101.lua
+++ b/src/information_only/scripts/load/graphics/ym7101.lua
@@ -62,69 +62,67 @@ return {
},
},
tile = {
- layer = {
- 2,
- a = {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = 'w',
- independent = 'w',
- mirror = 'b',
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 64,
- height = 64,
- },
- bigW = {
- width = 128,
- height = 32,
- },
+ layers = 2,
+ a = {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = 'w',
+ independent = 'w',
+ mirror = 'b',
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 64,
+ height = 64,
+ },
+ bigW = {
+ width = 128,
+ height = 32,
},
},
- b = {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = 'a',
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 64,
- height = 64,
- },
- bigW = {
- width = 128,
- height = 32,
- },
+ },
+ b = {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = 'a',
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 64,
+ height = 64,
+ },
+ bigW = {
+ width = 128,
+ height = 32,
},
},
- w = {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = 'a',
- independent = 'a',
- mirror = false,
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- size = {
- default = {
- width = 32,
- height = 32,
- },
- bigW = {
- width = 64,
- height = 32,
- },
+ },
+ w = {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = 'a',
+ independent = 'a',
+ mirror = false,
+ rotate = false,
+ scale = false,
+ shear = false,
+ affine = false,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
+ },
+ bigW = {
+ width = 64,
+ height = 32,
},
},
},