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/mali400.lua | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 src/information_only/scripts/load/graphics/mali400.lua (limited to 'src/information_only/scripts/load/graphics/mali400.lua') diff --git a/src/information_only/scripts/load/graphics/mali400.lua b/src/information_only/scripts/load/graphics/mali400.lua new file mode 100644 index 0000000..91adc09 --- /dev/null +++ b/src/information_only/scripts/load/graphics/mali400.lua @@ -0,0 +1,72 @@ +return { + screen = { + default = { + width = 1920, + height = 1080, + fps = 30, + origin = { + x = 0, + y = 0, + }, + }, + big = { + width = 3840, + height = 2160, + fps = 30, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '32bpp', + transparent = 'alpha', + }, + mesh = true, + api = 'opengl_es_2_0', + shader = { + true, + fragment = true, + }, + physic = true, + sprite = { + true, + colors = '32bpp', + limits = { + false, + screen = false, + line = false, + }, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 'free', + height = 'free', + }, + }, + }, + }, + tile = { + layer = { + free = { + colors = 'free', + specifyColors = true, + moveIndividual = true, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 'free', + height = 'free', + }, + }, + }, + }, + }, +} -- cgit v1.2.3-54-g00ecf