From ccd7e759b85f74a5a53b6229395255c659e52760 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 1 Dec 2016 18:20:04 -0300 Subject: Minor fix in mali400/ppu_rp2c02/s-ppux_5c7x-0x --- .../scripts/gpu/mali400.lua | 17 +++++++--- .../scripts/gpu/ppu_rp2c02.lua | 21 +++++++++--- .../scripts/gpu/s-ppux_5c7x-0x.lua | 37 ++++++++++++++++++---- 3 files changed, 59 insertions(+), 16 deletions(-) (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts') 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, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua index 3dfee62..d60214d 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua @@ -3,13 +3,22 @@ return { default = { width = 256, height = 224, + fps = 29.97 + origin = { + x = 0, + y = -8, + }, + }, + pal = { + width = 256, + height = 240, + fps = 25 + origin = { + x = 0, + y = 0, + }, }, }, - origin = { - x = 0, - y = -8, - }, - fps = 29.97, api = false, shader = { false, @@ -18,6 +27,7 @@ return { physic = false, sprite = { true, + layers = 4, limits = { true, screen = 64, @@ -36,6 +46,7 @@ return { }, tile = { true, + layers = 4, size = { default = { width = 16, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua index 918c383..928ee80 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua @@ -3,17 +3,40 @@ return { default = { width = 256, height = 224, + fps = 29.97 + origin = { + x = 0, + y = 0, + }, }, - big = { + pal = { + width = 256, + height = 240, + fps = 25 + origin = { + x = 0, + y = 0, + }, + }, + bigNTSC = { width = 512, height = 448, + fps = 29.97 + origin = { + x = 0, + y = 0, + }, + }, + bigPAL = { + width = 512, + height = 480, + fps = 25 + origin = { + x = 0, + y = 0, + }, }, }, - origin = { - x = 0, - y = 0, - }, - fps = 29.97, api = false, shader = { false, @@ -22,6 +45,7 @@ return { physic = false, sprite = { true, + layers = 4, limits = { true, screen = 128, @@ -72,6 +96,7 @@ return { }, tile = { true, + layers = 4, size = { tiny = { width = 8, -- cgit v1.2.3-54-g00ecf