summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02.lua
diff options
context:
space:
mode:
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.lua57
1 files changed, 57 insertions, 0 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
new file mode 100644
index 0000000..d60214d
--- /dev/null
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/ppu_rp2c02.lua
@@ -0,0 +1,57 @@
+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,
+ },
+ },
+ },
+ api = false,
+ shader = {
+ false,
+ fragment = false,
+ },
+ physic = false,
+ sprite = {
+ true,
+ layers = 4,
+ limits = {
+ true,
+ screen = 64,
+ line = 8,
+ },
+ size = {
+ default = {
+ width = 8,
+ height = 8,
+ },
+ bigH = {
+ width = 8,
+ height = 16,
+ },
+ },
+ },
+ tile = {
+ true,
+ layers = 4,
+ size = {
+ default = {
+ width = 16,
+ height = 16,
+ },
+ },
+ },
+}