summaryrefslogtreecommitdiff
path: root/src/information_only/scripts/load/graphics/mali400.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-09 00:53:21 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-09 00:53:21 -0300
commitc44f9b1ed4c7901d9c05b8e5c684d7f5e46e671d (patch)
treeac62bcb325b76a5d603aa73b5f54d3affaf28e6d /src/information_only/scripts/load/graphics/mali400.lua
parentc0433073ebb32a053016c8a9516adc7e9ed09727 (diff)
Update graphics modes
Diffstat (limited to 'src/information_only/scripts/load/graphics/mali400.lua')
-rw-r--r--src/information_only/scripts/load/graphics/mali400.lua97
1 files changed, 0 insertions, 97 deletions
diff --git a/src/information_only/scripts/load/graphics/mali400.lua b/src/information_only/scripts/load/graphics/mali400.lua
deleted file mode 100644
index 233a11f..0000000
--- a/src/information_only/scripts/load/graphics/mali400.lua
+++ /dev/null
@@ -1,97 +0,0 @@
-return {
- screen = {
- fhd = {
- width = 1920,
- height = 1080,
- fps = 30,
- origin = {
- x = 0,
- y = 0,
- },
- },
- uhd4k = {
- width = 3840,
- height = 2160,
- fps = 30,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '32bpp',
- limit = false,
- background = true,
- transparent = 'alpha',
- },
- meshes = true,
- shaders = {
- api = 'glsl_es',
- version = '1.0.17',
- fragment = true,
- vectex = true,
- geometry = false,
- tessellation = false,
- },
- physic = true,
- sprites = {
- onScreen = false,
- onLine = false,
- palettes = {
- specify = true,
- {
- colours = '24bpp',
- keys = '8bpp',
- },
- },
- transform = {
- move = true,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- },
- sizes = {
- {
- width = 'free',
- height = 'free',
- },
- },
- },
- tiles = {
- layers = {
- free = {
- independent = true,
- palettes = {
- specify = true,
- {
- colours = '24bpp',
- keys = '8bpp',
- },
- },
- mirror = true,
- transform = {
- individual = true,
- move = true,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- },
- sizes = {
- {
- width = 'free',
- height = 'free',
- },
- },
- maps = {
- {
- width = 'free',
- height = 'free',
- },
- },
- },
- },
- },
-}