From 4c0e6e072964f9fa8d82480a961c93adef5c8143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Tue, 6 Dec 2016 19:46:40 -0300 Subject: Update graphics modes --- .../scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua | 218 ++++++++++----------- 1 file changed, 108 insertions(+), 110 deletions(-) (limited to 'src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua') 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, }, }, }, -- cgit v1.2.3