summaryrefslogtreecommitdiff
path: root/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-09 00:53:21 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-09 00:53:21 -0300
commitc44f9b1ed4c7901d9c05b8e5c684d7f5e46e671d (patch)
treeac62bcb325b76a5d603aa73b5f54d3affaf28e6d /src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua
parentc0433073ebb32a053016c8a9516adc7e9ed09727 (diff)
Update graphics modes
Diffstat (limited to 'src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua')
-rw-r--r--src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua126
1 files changed, 0 insertions, 126 deletions
diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua
deleted file mode 100644
index bf94157..0000000
--- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua
+++ /dev/null
@@ -1,126 +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',
- limit = '8bpp',
- 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 = {
- layers = 2,
- {
- colors = '8bpp',
- specifyColors = '443ppp',
- moveIndividual = true,
- independent = false,
- mirror = true,
- 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,
- mirror = true,
- 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,
- },
- },
- },
- },
-}