summaryrefslogtreecommitdiff
path: root/src/information_only/scripts/load/graphics/mali400.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/information_only/scripts/load/graphics/mali400.lua')
-rw-r--r--src/information_only/scripts/load/graphics/mali400.lua72
1 files changed, 72 insertions, 0 deletions
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',
+ },
+ },
+ },
+ },
+ },
+}