From a276dd882a1730464090a2d269b3c8be3b44b809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Tue, 6 Dec 2016 16:02:53 -0300 Subject: Rename gpu to graphics directory --- .../scripts/load/gpu/mali400.lua | 72 --------- .../scripts/load/gpu/ppu_rp2c02.lua | 120 -------------- .../scripts/load/gpu/ppu_rp2c02_affine.lua | 105 ------------ .../scripts/load/gpu/s-ppux_5c7x-0x+cx4_mode1.lua | 152 ----------------- .../load/gpu/s-ppux_5c7x-0x+gsu-x_mode1.lua | 152 ----------------- .../scripts/load/gpu/s-ppux_5c7x-0x_mode0.lua | 180 --------------------- .../scripts/load/gpu/s-ppux_5c7x-0x_mode1.lua | 152 ----------------- .../scripts/load/gpu/s-ppux_5c7x-0x_mode2.lua | 124 -------------- .../scripts/load/gpu/s-ppux_5c7x-0x_mode3.lua | 124 -------------- .../scripts/load/gpu/s-ppux_5c7x-0x_mode4.lua | 124 -------------- .../scripts/load/gpu/s-ppux_5c7x-0x_mode5.lua | 124 -------------- .../scripts/load/gpu/s-ppux_5c7x-0x_mode6.lua | 96 ----------- .../scripts/load/gpu/s-ppux_5c7x-0x_mode7.lua | 116 ------------- .../scripts/load/gpu/ym7101.lua | 128 --------------- .../scripts/load/graphics/mali400.lua | 72 +++++++++ .../scripts/load/graphics/ppu_rp2c02.lua | 120 ++++++++++++++ .../scripts/load/graphics/ppu_rp2c02_affine.lua | 105 ++++++++++++ .../load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua | 152 +++++++++++++++++ .../load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua | 152 +++++++++++++++++ .../scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua | 180 +++++++++++++++++++++ .../scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua | 152 +++++++++++++++++ .../scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua | 124 ++++++++++++++ .../scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua | 124 ++++++++++++++ .../scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua | 124 ++++++++++++++ .../scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua | 124 ++++++++++++++ .../scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua | 96 +++++++++++ .../scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua | 116 +++++++++++++ .../scripts/load/graphics/ym7101.lua | 128 +++++++++++++++ 28 files changed, 1769 insertions(+), 1769 deletions(-) delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/mali400.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02_affine.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x+cx4_mode1.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x+gsu-x_mode1.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode0.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode1.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode2.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode3.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode4.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode5.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode6.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7.lua delete mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ym7101.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02_affine.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ym7101.lua diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/mali400.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/mali400.lua deleted file mode 100644 index 91adc09..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/mali400.lua +++ /dev/null @@ -1,72 +0,0 @@ -return { - screen = { - default = { - width = 1920, - height = 1080, - fps = 30, - origin = { - x = 0, - y = 0, - }, - }, - big = { - width = 3840, - height = 2160, - fps = 30, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '32bpp', - transparent = 'alpha', - }, - mesh = true, - api = 'opengl_es_2_0', - shader = { - true, - fragment = true, - }, - physic = true, - sprite = { - true, - colors = '32bpp', - limits = { - false, - screen = false, - line = false, - }, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 'free', - height = 'free', - }, - }, - }, - }, - tile = { - layer = { - free = { - colors = 'free', - specifyColors = true, - moveIndividual = true, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 'free', - height = 'free', - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02.lua deleted file mode 100644 index fe1f97c..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02.lua +++ /dev/null @@ -1,120 +0,0 @@ -return { - screen = { - 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, - }, - }, - }, - colors = { - '6bpp', - transparent = 'colorKey', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '2bpp', - limits = { - true, - screen = 64, - line = 8, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 8, - height = 8, - }, - bigH = { - width = 8, - height = 16, - }, - }, - }, - tile = { - layer = { - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02_affine.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02_affine.lua deleted file mode 100644 index 8d72b84..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02_affine.lua +++ /dev/null @@ -1,105 +0,0 @@ -return { - screen = { - 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, - }, - }, - }, - colors = { - '6bpp', - transparent = 'colorKey', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '2bpp', - limits = { - true, - screen = 64, - line = 8, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 8, - height = 8, - }, - bigH = { - width = 8, - height = 16, - }, - }, - }, - tile = { - layer = { - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - rotate = false, - scale = false, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x+cx4_mode1.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x+cx4_mode1.lua deleted file mode 100644 index c8dfb91..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x+cx4_mode1.lua +++ /dev/null @@ -1,152 +0,0 @@ -return { - screen = { - default = { - width = 256, - height = 224, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 256, - height = 240, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '15bpp', - transparent = 'averaging', - }, - mesh = true, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 128, - line = 34, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 32, - height = 32, - }, - huge = { - width = 64, - height = 64, - }, - }, - }, - tile = { - layer = { - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x+gsu-x_mode1.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x+gsu-x_mode1.lua deleted file mode 100644 index 4094a6c..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x+gsu-x_mode1.lua +++ /dev/null @@ -1,152 +0,0 @@ -return { - screen = { - default = { - width = 256, - height = 224, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 256, - height = 240, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '15bpp', - transparent = 'averaging', - }, - mesh = true, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 128, - line = 34, - }, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 32, - height = 32, - }, - huge = { - width = 64, - height = 64, - }, - }, - }, - tile = { - layer = { - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode0.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode0.lua deleted file mode 100644 index 54a349b..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode0.lua +++ /dev/null @@ -1,180 +0,0 @@ -return { - screen = { - default = { - width = 256, - height = 224, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 256, - height = 240, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '15bpp', - transparent = 'averaging', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 128, - line = 34, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 32, - height = 32, - }, - huge = { - width = 64, - height = 64, - }, - }, - }, - tile = { - layer = { - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode1.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode1.lua deleted file mode 100644 index b5cc1ab..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode1.lua +++ /dev/null @@ -1,152 +0,0 @@ -return { - screen = { - default = { - width = 256, - height = 224, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 256, - height = 240, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '15bpp', - transparent = 'averaging', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 128, - line = 34, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 32, - height = 32, - }, - huge = { - width = 64, - height = 64, - }, - }, - }, - tile = { - layer = { - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode2.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode2.lua deleted file mode 100644 index a7d024f..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode2.lua +++ /dev/null @@ -1,124 +0,0 @@ -return { - screen = { - default = { - width = 256, - height = 224, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 256, - height = 240, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '15bpp', - transparent = 'averaging', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 128, - line = 34, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 32, - height = 32, - }, - huge = { - width = 64, - height = 64, - }, - }, - }, - tile = { - layer = { - { - colors = '4bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode3.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode3.lua deleted file mode 100644 index 039aec3..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode3.lua +++ /dev/null @@ -1,124 +0,0 @@ -return { - screen = { - default = { - width = 256, - height = 224, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 256, - height = 240, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '15bpp', - transparent = 'averaging', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 128, - line = 34, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 32, - height = 32, - }, - huge = { - width = 64, - height = 64, - }, - }, - }, - tile = { - layer = { - { - colors = '8bpp', - specifyColors = '443ppp', - moveIndividual = true, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode4.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode4.lua deleted file mode 100644 index 107490d..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode4.lua +++ /dev/null @@ -1,124 +0,0 @@ -return { - screen = { - default = { - width = 256, - height = 224, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 256, - height = 240, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '15bpp', - transparent = 'averaging', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 128, - line = 34, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 32, - height = 32, - }, - huge = { - width = 64, - height = 64, - }, - }, - }, - tile = { - layer = { - { - colors = '8bpp', - specifyColors = true, - moveIndividual = true, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode5.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode5.lua deleted file mode 100644 index 473962b..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode5.lua +++ /dev/null @@ -1,124 +0,0 @@ -return { - screen = { - default = { - width = 512, - height = 448, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 512, - height = 480, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '15bpp', - transparent = 'averaging', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 128, - line = 34, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 32, - height = 32, - }, - huge = { - width = 64, - height = 64, - }, - }, - }, - tile = { - layer = { - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode6.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode6.lua deleted file mode 100644 index d95f0e3..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode6.lua +++ /dev/null @@ -1,96 +0,0 @@ -return { - screen = { - default = { - width = 512, - height = 448, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 512, - height = 480, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '15bpp', - transparent = 'averaging', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 128, - line = 34, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 32, - height = 32, - }, - huge = { - width = 64, - height = 64, - }, - }, - }, - tile = { - layer = { - { - colors = '4bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7.lua deleted file mode 100644 index fd12d4c..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7.lua +++ /dev/null @@ -1,116 +0,0 @@ -return { - screen = { - default = { - width = 256, - height = 224, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 256, - height = 240, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '15bpp', - transparent = 'averaging', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 128, - line = 34, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 32, - height = 32, - }, - huge = { - width = 64, - height = 64, - }, - }, - }, - tile = { - layer = { - plane = { - colors = '8bpp', - specifyColors = false, - moveIndividual = false, - independent = true, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 128, - height = 128, - }, - }, - }, - a = { - colors = '7bpp', - specifyColors = false, - moveIndividual = false, - independent = 'plane', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 128, - height = 128, - }, - }, - }, - b = { - colors = '7bpp', - specifyColors = false, - moveIndividual = false, - independent = 'plane', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 128, - height = 128, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ym7101.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ym7101.lua deleted file mode 100644 index b733c70..0000000 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ym7101.lua +++ /dev/null @@ -1,128 +0,0 @@ -return { - screen = { - default = { - width = 320, - height = 224, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 320, - height = 240, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '9bpp', - transparent = 'colorKey', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 80, - line = 20, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 24, - height = 24, - }, - huge = { - width = 32, - height = 32, - }, - }, - }, - tile = { - layer = { - a = { - colors = '4bpp', - specifyColors = false, - moveIndividual = 'w', - independent = 'w', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 64, - height = 64, - }, - bigW = { - width = 128, - height = 32, - }, - }, - }, - b = { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 64, - height = 64, - }, - bigW = { - width = 128, - height = 32, - }, - }, - }, - w = { - colors = '4bpp', - specifyColors = false, - moveIndividual = 'a', - independent = 'a', - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - bigW = { - width = 64, - height = 32, - }, - }, - }, - }, - }, -} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua new file mode 100644 index 0000000..91adc09 --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua @@ -0,0 +1,72 @@ +return { + screen = { + default = { + width = 1920, + height = 1080, + fps = 30, + origin = { + x = 0, + y = 0, + }, + }, + big = { + width = 3840, + height = 2160, + fps = 30, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '32bpp', + transparent = 'alpha', + }, + mesh = true, + api = 'opengl_es_2_0', + shader = { + true, + fragment = true, + }, + physic = true, + sprite = { + true, + colors = '32bpp', + limits = { + false, + screen = false, + line = false, + }, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 'free', + height = 'free', + }, + }, + }, + }, + tile = { + layer = { + free = { + colors = 'free', + specifyColors = true, + moveIndividual = true, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 'free', + height = 'free', + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua new file mode 100644 index 0000000..fe1f97c --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua @@ -0,0 +1,120 @@ +return { + screen = { + 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, + }, + }, + }, + colors = { + '6bpp', + transparent = 'colorKey', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '2bpp', + limits = { + true, + screen = 64, + line = 8, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 8, + height = 8, + }, + bigH = { + width = 8, + height = 16, + }, + }, + }, + tile = { + layer = { + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02_affine.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02_affine.lua new file mode 100644 index 0000000..8d72b84 --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02_affine.lua @@ -0,0 +1,105 @@ +return { + screen = { + 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, + }, + }, + }, + colors = { + '6bpp', + transparent = 'colorKey', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '2bpp', + limits = { + true, + screen = 64, + line = 8, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 8, + height = 8, + }, + bigH = { + width = 8, + height = 16, + }, + }, + }, + tile = { + layer = { + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + rotate = false, + scale = false, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua new file mode 100644 index 0000000..c8dfb91 --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua @@ -0,0 +1,152 @@ +return { + screen = { + default = { + width = 256, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 256, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = true, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua new file mode 100644 index 0000000..4094a6c --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua @@ -0,0 +1,152 @@ +return { + screen = { + default = { + width = 256, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 256, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = true, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua new file mode 100644 index 0000000..54a349b --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua @@ -0,0 +1,180 @@ +return { + screen = { + default = { + width = 256, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 256, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua new file mode 100644 index 0000000..b5cc1ab --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua @@ -0,0 +1,152 @@ +return { + screen = { + default = { + width = 256, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 256, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua new file mode 100644 index 0000000..a7d024f --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua @@ -0,0 +1,124 @@ +return { + screen = { + default = { + width = 256, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 256, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + { + colors = '4bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua new file mode 100644 index 0000000..039aec3 --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua @@ -0,0 +1,124 @@ +return { + screen = { + default = { + width = 256, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 256, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + { + colors = '8bpp', + specifyColors = '443ppp', + moveIndividual = true, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua new file mode 100644 index 0000000..107490d --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua @@ -0,0 +1,124 @@ +return { + screen = { + default = { + width = 256, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 256, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + { + colors = '8bpp', + specifyColors = true, + moveIndividual = true, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua new file mode 100644 index 0000000..473962b --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua @@ -0,0 +1,124 @@ +return { + screen = { + default = { + width = 512, + height = 448, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 512, + height = 480, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua new file mode 100644 index 0000000..d95f0e3 --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua @@ -0,0 +1,96 @@ +return { + screen = { + default = { + width = 512, + height = 448, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 512, + height = 480, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + { + colors = '4bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua new file mode 100644 index 0000000..fd12d4c --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua @@ -0,0 +1,116 @@ +return { + screen = { + default = { + width = 256, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 256, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + plane = { + colors = '8bpp', + specifyColors = false, + moveIndividual = false, + independent = true, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 128, + height = 128, + }, + }, + }, + a = { + colors = '7bpp', + specifyColors = false, + moveIndividual = false, + independent = 'plane', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 128, + height = 128, + }, + }, + }, + b = { + colors = '7bpp', + specifyColors = false, + moveIndividual = false, + independent = 'plane', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 128, + height = 128, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ym7101.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ym7101.lua new file mode 100644 index 0000000..b733c70 --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ym7101.lua @@ -0,0 +1,128 @@ +return { + screen = { + default = { + width = 320, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 320, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '9bpp', + transparent = 'colorKey', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 80, + line = 20, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 24, + height = 24, + }, + huge = { + width = 32, + height = 32, + }, + }, + }, + tile = { + layer = { + a = { + colors = '4bpp', + specifyColors = false, + moveIndividual = 'w', + independent = 'w', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 64, + height = 64, + }, + bigW = { + width = 128, + height = 32, + }, + }, + }, + b = { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 64, + height = 64, + }, + bigW = { + width = 128, + height = 32, + }, + }, + }, + w = { + colors = '4bpp', + specifyColors = false, + moveIndividual = 'a', + independent = 'a', + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + bigW = { + width = 64, + height = 32, + }, + }, + }, + }, + }, +} -- cgit v1.2.3