summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua21
1 files changed, 16 insertions, 5 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua
index 3dfee62..d60214d 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua
@@ -3,13 +3,22 @@ return {
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,
+ },
},
},
- origin = {
- x = 0,
- y = -8,
- },
- fps = 29.97,
api = false,
shader = {
false,
@@ -18,6 +27,7 @@ return {
physic = false,
sprite = {
true,
+ layers = 4,
limits = {
true,
screen = 64,
@@ -36,6 +46,7 @@ return {
},
tile = {
true,
+ layers = 4,
size = {
default = {
width = 16,