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.lua14
1 files changed, 10 insertions, 4 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 30312f5..918c383 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
@@ -1,11 +1,17 @@
return {
screen = {
- width = 512,
- height = 448,
+ default = {
+ width = 256,
+ height = 224,
+ },
+ big = {
+ width = 512,
+ height = 448,
+ },
},
origin = {
- x = 0,
- y = -16,
+ x = 0,
+ y = 0,
},
fps = 29.97,
api = false,