summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua37
1 files changed, 31 insertions, 6 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua
index 918c383..928ee80 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua
@@ -3,17 +3,40 @@ return {
default = {
width = 256,
height = 224,
+ fps = 29.97
+ origin = {
+ x = 0,
+ y = 0,
+ },
},
- big = {
+ pal = {
+ width = 256,
+ height = 240,
+ fps = 25
+ origin = {
+ x = 0,
+ y = 0,
+ },
+ },
+ bigNTSC = {
width = 512,
height = 448,
+ fps = 29.97
+ origin = {
+ x = 0,
+ y = 0,
+ },
+ },
+ bigPAL = {
+ width = 512,
+ height = 480,
+ fps = 25
+ origin = {
+ x = 0,
+ y = 0,
+ },
},
},
- origin = {
- x = 0,
- y = 0,
- },
- fps = 29.97,
api = false,
shader = {
false,
@@ -22,6 +45,7 @@ return {
physic = false,
sprite = {
true,
+ layers = 4,
limits = {
true,
screen = 128,
@@ -72,6 +96,7 @@ return {
},
tile = {
true,
+ layers = 4,
size = {
tiny = {
width = 8,