summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-01 18:20:04 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-01 18:20:04 -0300
commitccd7e759b85f74a5a53b6229395255c659e52760 (patch)
treef2633536535551ab6b8c57dfc19b6725ad6a1709 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
parentb1dd2b591a029f852d8ff7e1a3659f743b7917ba (diff)
Minor fix in mali400/ppu_rp2c02/s-ppux_5c7x-0x
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,