From 80ddb3a1597c40cc320494820d4e06e9f1b29a82 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 1 Dec 2016 16:39:10 -0300 Subject: Add s-ppux_5c7x-0x and mali400, fix ppu_rp2c02 --- .../scripts/gpu/s-ppux_5c7x-0x.lua | 112 +++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua (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 new file mode 100644 index 0000000..b2f50e0 --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua @@ -0,0 +1,112 @@ +return { + screen = { + width = 512, + height = 448, + }, + origin = { + x = 0, + y = -16, + }, + fps = 29.97, + shader = { + false, + opengl = false, + fragment = false, + }, + physic = false, + sprite = { + true, + limits = { + true, + screen = 128, + line = 34, + }, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + defaultW = { + width = 16, + height = 8, + }, + defaultH = { + width = 8, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + bigW = { + width = 32, + height = 16, + }, + bigH = { + width = 16, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + hugeW = { + width = 64, + height = 32, + }, + hugeH = { + width = 32, + height = 64, + }, + }, + }, + tile = { + true, + size = { + tiny = { + width = 8, + height = 8, + }, + small = { + width = 16, + height = 16, + }, + smallW = { + width = 16, + height = 8, + }, + smallH = { + width = 8, + height = 16, + }, + default = { + width = 32, + height = 32, + }, + defaultW = { + width = 32, + height = 16, + }, + defaultH = { + width = 16, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, +} -- cgit v1.2.3-54-g00ecf