summaryrefslogtreecommitdiff
path: root/src/information_only/scripts/load/graphics/ppu_rp2c02.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/information_only/scripts/load/graphics/ppu_rp2c02.lua')
-rw-r--r--src/information_only/scripts/load/graphics/ppu_rp2c02.lua38
1 files changed, 8 insertions, 30 deletions
diff --git a/src/information_only/scripts/load/graphics/ppu_rp2c02.lua b/src/information_only/scripts/load/graphics/ppu_rp2c02.lua
index 98fc647..aab853c 100644
--- a/src/information_only/scripts/load/graphics/ppu_rp2c02.lua
+++ b/src/information_only/scripts/load/graphics/ppu_rp2c02.lua
@@ -22,8 +22,8 @@ return {
colours = {
total = 54,
limit = 25,
- background = 1,
- transparent = 'colorKey',
+ background = true,
+ transparent = 'colourKey',
},
meshes = false,
shaders = {
@@ -39,6 +39,7 @@ return {
onScreen = 64,
onLine = 8,
palettes = {
+ specify = true,
{
colours = 3,
keys = 1,
@@ -56,7 +57,6 @@ return {
keys = 1,
},
},
- animation = true,
transform = {
move = true,
rotate = false,
@@ -98,6 +98,7 @@ return {
keys = 1,
},
},
+ mirror = true,
transform = {
individual = true,
move = true,
@@ -108,39 +109,16 @@ return {
},
sizes = {
{
- width = 8,
- height = 8,
+ width = 16,
+ height = 16,
},
},
maps = {
{
- width = 32,
- height = 32,
+ width = 16,
+ height = 16,
},
},
- mirror = {
- singleScreen = true,
- lShapedUpLeft = true,
- lShapedUpRight = true,
- lShapedDownLeft = true,
- lShapedDownRight = true,
- doubleScreensHorizontal = true,
- doubleScreensVertical = true,
- doubleScreensDiagonal = true,
- tripleScreensHorizontalUpLeft = true,
- tripleScreensHorizontalUpRight = true,
- tripleScreensHorizontalDownLeft = true,
- tripleScreensHorizontalDownRight = true,
- tripleScreensVerticalUpLeft = true,
- tripleScreensVerticalUpRight = true,
- tripleScreensVerticalDownLeft = true,
- tripleScreensVerticalDownRight = true,
- tripleScreensDiagonalUpLeft = true,
- tripleScreensDiagonalUpRight = true,
- tripleScreensDiagonalDownLeft = true,
- tripleScreensDiagonalDownRight = true,
- quadrupleScreens = true,
- },
},
},
},