summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/mali400.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/mali400.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/mali400.lua14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/mali400.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/mali400.lua
index 5570d82..a65449b 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/mali400.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/mali400.lua
@@ -3,7 +3,7 @@ return {
default = {
width = 1920,
height = 1080,
- fps = 30
+ fps = 30,
origin = {
x = 0,
y = 0,
@@ -12,14 +12,22 @@ return {
big = {
width = 3840,
height = 2160,
- fps = 30
+ fps = 30,
origin = {
x = 0,
y = 0,
},
},
+ colors = {
+ 32bpp,
+ transparent = alpha,
+ mode = {
+ zero = 16bpp,
+ one = 32bpp,
+ },
},
- api = 'opengl_es_2_0'
+ mesh = true,
+ api = 'opengl_es_2_0',
shader = {
true,
fragment = true,