summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-06 00:30:35 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-06 00:30:35 -0300
commitabb1e3e10be34872ca3a22212d61ed4f404e1e55 (patch)
tree0d149745c00e87fb7db80e637cdd0cc498cec19a /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02.lua
parent1c4bf49e3641be103550ee2d9564de19abe4acac (diff)
Update GPU scripts
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02.lua80
1 files changed, 68 insertions, 12 deletions
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
index 9e49cd2..fe1f97c 100644
--- 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
@@ -18,12 +18,10 @@ return {
y = 0,
},
},
+ },
colors = {
- 6bpp,
- transparent = colorKey,
- mode = {
- zero = 2bpp,
- },
+ '6bpp',
+ transparent = 'colorKey',
},
mesh = false,
api = false,
@@ -34,12 +32,16 @@ return {
physic = false,
sprite = {
true,
- layers = 4,
+ colors = '2bpp',
limits = {
true,
screen = 64,
line = 8,
},
+ rotate = false,
+ scale = false,
+ shear = false,
+ affine = false,
size = {
default = {
width = 8,
@@ -52,12 +54,66 @@ return {
},
},
tile = {
- true,
- layers = 4,
- size = {
- default = {
- width = 16,
- height = 16,
+ 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,
+ },
+ },
},
},
},