summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-06 19:46:40 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-06 19:46:40 -0300
commit4c0e6e072964f9fa8d82480a961c93adef5c8143 (patch)
tree4f64ff5f4b8a9d1509cf7c7851c8cab0597c080d
parenta4043febe13a5da759828425becf5ee2877bf460 (diff)
Update graphics modes
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua32
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua122
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua164
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua92
-rw-r--r--src/information_only/scripts/load/graphics/mali400.lua32
-rw-r--r--src/information_only/scripts/load/graphics/ppu_rp2c02.lua122
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua164
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua158
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua218
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua164
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua110
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua110
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua110
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua109
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua56
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua92
-rw-r--r--src/information_only/scripts/load/graphics/ym7101+sh2.lua116
-rw-r--r--src/information_only/scripts/load/graphics/ym7101.lua116
18 files changed, 1026 insertions, 1061 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua
index 18a8cc9..409d766 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua
@@ -51,23 +51,21 @@ return {
},
},
tile = {
- layer = {
- 'free',
- {
- colors = 'free',
- specifyColors = true,
- moveIndividual = true,
- independent = true,
- mirror = true,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 'free',
- height = 'free',
- },
+ layers = 'free',
+ {
+ colors = 'free',
+ specifyColors = true,
+ moveIndividual = true,
+ independent = true,
+ mirror = true,
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 'free',
+ height = 'free',
},
},
},
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 c3f14b3..1050b96 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
@@ -54,74 +54,72 @@ return {
},
},
tile = {
- layer = {
- 1,
- a = {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = 'bcd',
- independent = 'bcd',
- mirror = 'tilesOnly',
- rotate = false,
- scale = false,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
+ layers = 1,
+ a = {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = 'bcd',
+ independent = 'bcd',
+ mirror = 'tilesOnly',
+ rotate = false,
+ scale = false,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
},
},
- b = {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = 'acd',
- independent = 'acd',
- mirror = 'tilesOnly',
- rotate = false,
- scale = false,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
+ },
+ b = {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = 'acd',
+ independent = 'acd',
+ mirror = 'tilesOnly',
+ rotate = false,
+ scale = false,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
},
},
- c = {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = 'abd',
- independent = 'abd',
- mirror = 'tilesOnly',
- rotate = false,
- scale = false,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
+ },
+ c = {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = 'abd',
+ independent = 'abd',
+ mirror = 'tilesOnly',
+ rotate = false,
+ scale = false,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
},
},
- d = {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = 'abc',
- independent = 'abc',
- mirror = 'tilesOnly',
- rotate = false,
- scale = false,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
+ },
+ d = {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = 'abc',
+ independent = 'abc',
+ mirror = 'tilesOnly',
+ rotate = false,
+ scale = false,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 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 eac20bc..3187b3c 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
@@ -62,93 +62,91 @@ return {
},
},
tile = {
- layer = {
- 3,
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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 = 3,
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = true,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = true,
+ independent = false,
+ mirror = true,
+ 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,
},
},
},
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 20fffcc..fd51201 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
@@ -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,
},
},
},
diff --git a/src/information_only/scripts/load/graphics/mali400.lua b/src/information_only/scripts/load/graphics/mali400.lua
index 18a8cc9..409d766 100644
--- a/src/information_only/scripts/load/graphics/mali400.lua
+++ b/src/information_only/scripts/load/graphics/mali400.lua
@@ -51,23 +51,21 @@ return {
},
},
tile = {
- layer = {
- 'free',
- {
- colors = 'free',
- specifyColors = true,
- moveIndividual = true,
- independent = true,
- mirror = true,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 'free',
- height = 'free',
- },
+ layers = 'free',
+ {
+ colors = 'free',
+ specifyColors = true,
+ moveIndividual = true,
+ independent = true,
+ mirror = true,
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 'free',
+ height = 'free',
},
},
},
diff --git a/src/information_only/scripts/load/graphics/ppu_rp2c02.lua b/src/information_only/scripts/load/graphics/ppu_rp2c02.lua
index c3f14b3..1050b96 100644
--- a/src/information_only/scripts/load/graphics/ppu_rp2c02.lua
+++ b/src/information_only/scripts/load/graphics/ppu_rp2c02.lua
@@ -54,74 +54,72 @@ return {
},
},
tile = {
- layer = {
- 1,
- a = {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = 'bcd',
- independent = 'bcd',
- mirror = 'tilesOnly',
- rotate = false,
- scale = false,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
+ layers = 1,
+ a = {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = 'bcd',
+ independent = 'bcd',
+ mirror = 'tilesOnly',
+ rotate = false,
+ scale = false,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
},
},
- b = {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = 'acd',
- independent = 'acd',
- mirror = 'tilesOnly',
- rotate = false,
- scale = false,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
+ },
+ b = {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = 'acd',
+ independent = 'acd',
+ mirror = 'tilesOnly',
+ rotate = false,
+ scale = false,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
},
},
- c = {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = 'abd',
- independent = 'abd',
- mirror = 'tilesOnly',
- rotate = false,
- scale = false,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
+ },
+ c = {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = 'abd',
+ independent = 'abd',
+ mirror = 'tilesOnly',
+ rotate = false,
+ scale = false,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
},
},
- d = {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = 'abc',
- independent = 'abc',
- mirror = 'tilesOnly',
- rotate = false,
- scale = false,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
+ },
+ d = {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = 'abc',
+ independent = 'abc',
+ mirror = 'tilesOnly',
+ rotate = false,
+ scale = false,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
},
},
},
diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua
index 1d6fc1b..fef00f4 100644
--- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua
+++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua
@@ -62,93 +62,91 @@ return {
},
},
tile = {
- layer = {
- 3,
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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 = 3,
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = true,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = true,
+ independent = false,
+ mirror = true,
+ 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,
},
},
},
diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua
index df85f6f..4e5ef78 100644
--- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua
+++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua
@@ -62,90 +62,88 @@ return {
},
},
tile = {
- layer = {
- 3,
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
- big = {
- width = 64,
- height = 64,
- },
- bigW = {
- width = 64,
- height = 32,
- },
- bigH = {
- width = 32,
- height = 64,
- },
+ layers = 3,
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
+ },
+ big = {
+ width = 64,
+ height = 64,
+ },
+ bigW = {
+ width = 64,
+ height = 32,
+ },
+ bigH = {
+ width = 32,
+ height = 64,
},
},
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
- big = {
- width = 64,
- height = 64,
- },
- bigW = {
- width = 64,
- height = 32,
- },
- bigH = {
- width = 32,
- height = 64,
- },
+ },
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
+ },
+ big = {
+ width = 64,
+ height = 64,
+ },
+ bigW = {
+ width = 64,
+ height = 32,
+ },
+ bigH = {
+ width = 32,
+ height = 64,
},
},
- {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = true,
- independent = false,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 32,
- height = 32,
- },
- big = {
- width = 64,
- height = 64,
- },
- bigW = {
- width = 64,
- height = 32,
- },
- bigH = {
- width = 32,
- height = 64,
- },
+ },
+ {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = true,
+ independent = false,
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 32,
+ height = 32,
+ },
+ big = {
+ width = 64,
+ height = 64,
+ },
+ bigW = {
+ width = 64,
+ height = 32,
+ },
+ bigH = {
+ width = 32,
+ height = 64,
},
},
},
diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua
index cbfdfc1..3efaf4d 100644
--- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua
+++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua
@@ -62,122 +62,120 @@ return {
},
},
tile = {
- layer = {
- 4,
- {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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 = 4,
+ {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = true,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = true,
+ independent = false,
+ mirror = true,
+ 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,
},
},
},
diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua
index eac20bc..3187b3c 100644
--- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua
+++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua
@@ -62,93 +62,91 @@ return {
},
},
tile = {
- layer = {
- 3,
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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 = 3,
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = true,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = true,
+ independent = false,
+ mirror = true,
+ 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,
},
},
},
diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua
index 17bc2be..023f71d 100644
--- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua
+++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua
@@ -62,64 +62,62 @@ return {
},
},
tile = {
- layer = {
- 2,
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = true,
- independent = false,
- mirror = true,
- 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 = 2,
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = true,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = true,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = true,
+ independent = false,
+ mirror = true,
+ 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,
},
},
},
diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua
index ee657af..6880dd7 100644
--- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua
+++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua
@@ -62,64 +62,62 @@ return {
},
},
tile = {
- layer = {
- 2,
- {
- colors = '8bpp',
- specifyColors = '443ppp',
- moveIndividual = true,
- independent = false,
- mirror = true,
- 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 = 2,
+ {
+ colors = '8bpp',
+ specifyColors = '443ppp',
+ moveIndividual = true,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
},
diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua
index 67e17b5..4a120a2 100644
--- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua
+++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua
@@ -62,64 +62,62 @@ return {
},
},
tile = {
- layer = {
- 2,
- {
- colors = '8bpp',
- specifyColors = true,
- moveIndividual = true,
- independent = false,
- mirror = true,
- 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 = 2,
+ {
+ colors = '8bpp',
+ specifyColors = true,
+ moveIndividual = true,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
},
diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua
index 54f8972..2811e05 100644
--- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua
+++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua
@@ -63,63 +63,62 @@ return {
},
tile = {
layer = {
- 2,
- {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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,
- },
+ 2,
+ {
+ colors = '4bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
- {
- colors = '2bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = false,
- mirror = true,
- 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,
- },
+ },
+ {
+ colors = '2bpp',
+ specifyColors = false,
+ moveIndividual = false,
+ independent = false,
+ mirror = true,
+ 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,
},
},
},
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,
},
},
},
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,
},
},
},
diff --git a/src/information_only/scripts/load/graphics/ym7101+sh2.lua b/src/information_only/scripts/load/graphics/ym7101+sh2.lua
index 89da2f3..077e6b5 100644
--- a/src/information_only/scripts/load/graphics/ym7101+sh2.lua
+++ b/src/information_only/scripts/load/graphics/ym7101+sh2.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,
},
},
},
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,
},
},
},