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 16:02:53 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-06 16:02:53 -0300
commita276dd882a1730464090a2d269b3c8be3b44b809 (patch)
tree11c7c9b884bb5e328cb507e904f92151bfda570f /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02.lua
parentef2ab068f78ace9dded02631856246b3a79924fc (diff)
Rename gpu to graphics directory
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.lua120
1 files changed, 0 insertions, 120 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
deleted file mode 100644
index fe1f97c..0000000
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02.lua
+++ /dev/null
@@ -1,120 +0,0 @@
-return {
- screen = {
- default = {
- width = 256,
- height = 224,
- fps = 29.97,
- origin = {
- x = 0,
- y = -8,
- },
- },
- pal = {
- width = 256,
- height = 240,
- fps = 25,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colors = {
- '6bpp',
- transparent = 'colorKey',
- },
- mesh = false,
- api = false,
- shader = {
- false,
- fragment = false,
- },
- physic = false,
- sprite = {
- true,
- colors = '2bpp',
- limits = {
- true,
- screen = 64,
- line = 8,
- },
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- size = {
- default = {
- width = 8,
- height = 8,
- },
- bigH = {
- width = 8,
- height = 16,
- },
- },
- },
- tile = {
- 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,
- },
- },
- },
- },
- },
-}