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.lua28
1 files changed, 3 insertions, 25 deletions
diff --git a/src/information_only/scripts/load/graphics/mali400.lua b/src/information_only/scripts/load/graphics/mali400.lua
index 3fbad18..233a11f 100644
--- a/src/information_only/scripts/load/graphics/mali400.lua
+++ b/src/information_only/scripts/load/graphics/mali400.lua
@@ -22,7 +22,7 @@ return {
colours = {
total = '32bpp',
limit = false,
- background = '24bpp',
+ background = true,
transparent = 'alpha',
},
meshes = true,
@@ -39,12 +39,12 @@ return {
onScreen = false,
onLine = false,
palettes = {
+ specify = true,
{
colours = '24bpp',
keys = '8bpp',
},
},
- animation = true,
transform = {
move = true,
rotate = true,
@@ -70,6 +70,7 @@ return {
keys = '8bpp',
},
},
+ mirror = true,
transform = {
individual = true,
move = true,
@@ -90,29 +91,6 @@ return {
height = 'free',
},
},
- mirror = {
- singleScreen = true,
- lShapedUpLeft = true,
- lShapedUpRight = true,
- lShapedDownLeft = true,
- lShapedDownRight = true,
- doubleScreensHorizontal = true,
- doubleScreensVertical = true,
- doubleScreensDiagonal = true,
- tripleScreensHorizontalUpLeft = true,
- tripleScreensHorizontalUpRight = true,
- tripleScreensHorizontalDownLeft = true,
- tripleScreensHorizontalDownRight = true,
- tripleScreensVerticalUpLeft = true,
- tripleScreensVerticalUpRight = true,
- tripleScreensVerticalDownLeft = true,
- tripleScreensVerticalDownRight = true,
- tripleScreensDiagonalUpLeft = true,
- tripleScreensDiagonalUpRight = true,
- tripleScreensDiagonalDownLeft = true,
- tripleScreensDiagonalDownRight = true,
- quadrupleScreens = true,
- },
},
},
},