From b51bdd394f047fdd19f5d9f9eca5b725d8daf682 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Tue, 6 Dec 2016 16:57:12 -0300 Subject: Update information_only directory --- .../scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua | 124 +++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua (limited to 'src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua') 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 new file mode 100644 index 0000000..473962b --- /dev/null +++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua @@ -0,0 +1,124 @@ +return { + screen = { + default = { + width = 512, + height = 448, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 512, + height = 480, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = 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, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + independent = 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, + }, + }, + }, + }, + }, +} -- cgit v1.2.3-54-g00ecf