From b1dd2b591a029f852d8ff7e1a3659f743b7917ba Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 1 Dec 2016 17:43:02 -0300 Subject: Minor fix in mali400/ppu_rp2c02/s-ppux_5c7x-0x --- .../scripts/gpu/s-ppux_5c7x-0x.lua | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua') 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 30312f5..918c383 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 @@ -1,11 +1,17 @@ return { screen = { - width = 512, - height = 448, + default = { + width = 256, + height = 224, + }, + big = { + width = 512, + height = 448, + }, }, origin = { - x = 0, - y = -16, + x = 0, + y = 0, }, fps = 29.97, api = false, -- cgit v1.2.3-54-g00ecf