From a51811542757130be1832beb21580bea4d24654e 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 18:21:04 -0300 Subject: Update graphics modes --- .../scripts/load/graphics/ppu_rp2c02.lua | 40 +++++++++++++--------- .../scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua | 3 ++ .../scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua | 3 ++ 3 files changed, 30 insertions(+), 16 deletions(-) (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load') 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 index fe1f97c..b210d04 100644 --- 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 @@ -55,14 +55,16 @@ return { }, tile = { layer = { - { + a = { colors = '2bpp', specifyColors = false, - moveIndividual = false, + moveIndividual = 'bcd', + independent = 'bcd', + mirror = 'tilesOnly', rotate = false, scale = false, - shear = false, - affine = false, + shear = true, + affine = true, size = { default = { width = 32, @@ -70,14 +72,16 @@ return { }, }, }, - { + b = { colors = '2bpp', specifyColors = false, - moveIndividual = false, + moveIndividual = 'acd', + independent = 'acd', + mirror = 'tilesOnly', rotate = false, scale = false, - shear = false, - affine = false, + shear = true, + affine = true, size = { default = { width = 32, @@ -85,14 +89,16 @@ return { }, }, }, - { + c = { colors = '2bpp', specifyColors = false, - moveIndividual = false, + moveIndividual = 'abd', + independent = 'abd', + mirror = 'tilesOnly', rotate = false, scale = false, - shear = false, - affine = false, + shear = true, + affine = true, size = { default = { width = 32, @@ -100,14 +106,16 @@ return { }, }, }, - { + d = { colors = '2bpp', specifyColors = false, - moveIndividual = false, + moveIndividual = 'abc', + independent = 'abc', + mirror = 'tilesOnly', rotate = false, scale = false, - shear = false, - affine = false, + shear = true, + affine = true, size = { default = { width = 32, 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 index b5cc1ab..fcb161a 100644 --- 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 @@ -68,6 +68,7 @@ return { specifyColors = false, moveIndividual = false, independent = false, + mirror = true, rotate = false, scale = false, shear = false, @@ -96,6 +97,7 @@ return { specifyColors = false, moveIndividual = false, independent = false, + mirror = true, rotate = false, scale = false, shear = false, @@ -124,6 +126,7 @@ return { specifyColors = false, moveIndividual = true, independent = false, + mirror = true, rotate = false, scale = false, shear = false, 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 index fd12d4c..9a72dd6 100644 --- 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 @@ -68,6 +68,7 @@ return { specifyColors = false, moveIndividual = false, independent = true, + mirror = false, rotate = true, scale = true, shear = true, @@ -84,6 +85,7 @@ return { specifyColors = false, moveIndividual = false, independent = 'plane', + mirror = 'b', rotate = true, scale = true, shear = true, @@ -100,6 +102,7 @@ return { specifyColors = false, moveIndividual = false, independent = 'plane', + mirror = 'a', rotate = true, scale = true, shear = true, -- cgit v1.2.3