summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-06 15:59:32 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-06 15:59:32 -0300
commitef2ab068f78ace9dded02631856246b3a79924fc (patch)
tree59fb1d200dc3423bcbb32c1e340a4e6315ccb098 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7.lua
parent833fdcdecabc3317558c46274cf4ef7a9854f54e (diff)
Fix gpu modes
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7.lua24
1 files changed, 21 insertions, 3 deletions
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
index 6db1f2b..fd12d4c 100644
--- 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
@@ -63,10 +63,11 @@ return {
},
tile = {
layer = {
- onePlane = {
+ plane = {
colors = '8bpp',
specifyColors = false,
moveIndividual = false,
+ independent = true,
rotate = true,
scale = true,
shear = true,
@@ -78,10 +79,27 @@ return {
},
},
},
- twoPlanes = {
+ a = {
colors = '7bpp',
specifyColors = false,
- moveIndividual = true,
+ 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,