summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua17
1 files changed, 12 insertions, 5 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
index 4082473..5570d82 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
@@ -3,17 +3,22 @@ return {
default = {
width = 1920,
height = 1080,
+ fps = 30
+ origin = {
+ x = 0,
+ y = 0,
+ },
},
big = {
width = 3840,
height = 2160,
+ fps = 30
+ origin = {
+ x = 0,
+ y = 0,
+ },
},
},
- origin = {
- x = 0,
- y = 0,
- },
- fps = 30,
api = 'opengl_es_2_0'
shader = {
true,
@@ -22,6 +27,7 @@ return {
physic = true,
sprite = {
true,
+ layers = many,
limits = {
false,
screen = false,
@@ -40,6 +46,7 @@ return {
},
tile = {
true,
+ layers = many,
size = {
default = {
width = 128,