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.lua16
1 files changed, 12 insertions, 4 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 e3449dc..9287fba 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
@@ -1,4 +1,4 @@
-ppuRp2c02 = {
+return {
screen = {
width = 256,
height = 224,
@@ -8,9 +8,16 @@ ppuRp2c02 = {
y = -8,
},
fps = 29.97,
+ shader = {
+ false,
+ opengl = false,
+ fragment = false,
+ },
+ physic = false,
sprite = {
- use = true,
+ true,
limits = {
+ true,
screen = 64,
line = 8,
},
@@ -19,13 +26,14 @@ ppuRp2c02 = {
width = 8,
height = 8,
},
- big = {
+ bigH = {
width = 8,
height = 16,
+ },
},
},
tile = {
- use = true,
+ true,
size = {
default = {
width = 16,