summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-01 17:43:02 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-01 17:43:02 -0300
commitb1dd2b591a029f852d8ff7e1a3659f743b7917ba (patch)
treebe88fc3a710271e8d50c286160c4ebc75a9ceb58
parent52d27c49a4192f25ea65f1a651f6435b45c44734 (diff)
Minor fix in mali400/ppu_rp2c02/s-ppux_5c7x-0x
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua94
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/ppu_rp2c02.lua6
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/s-ppux_5c7x-0x.lua14
3 files changed, 32 insertions, 82 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
index 5e19b23..4082473 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
@@ -1,11 +1,17 @@
return {
screen = {
- width = 3840,
- height = 2160,
+ default = {
+ width = 1920,
+ height = 1080,
+ },
+ big = {
+ width = 3840,
+ height = 2160,
+ },
},
origin = {
- x = 0,
- y = -60,
+ x = 0,
+ y = 0,
},
fps = 30,
api = 'opengl_es_2_0'
@@ -22,90 +28,26 @@ return {
line = false,
},
size = {
- small = {
- width = 60,
- height = 60,
- },
default = {
- width = 120,
- height = 120,
- },
- defaultW = {
- width = 120,
- height = 60,
- },
- defaultH = {
- width = 60,
- height = 120,
+ width = 64,
+ height = 64,
},
big = {
- width = 240,
- height = 240,
- },
- bigW = {
- width = 240,
- height = 120,
- },
- bigH = {
- width = 120,
- height = 240,
- },
- huge = {
- width = 480,
- height = 480,
- },
- hugeW = {
- width = 480,
- height = 240,
- },
- hugeH = {
- width = 240,
- height = 480,
+ width = 128,
+ height = 128,
},
},
},
tile = {
true,
size = {
- tiny = {
- width = 60,
- height = 60,
- },
- small = {
- width = 120,
- height = 120,
- },
- smallW = {
- width = 120,
- height = 60,
- },
- smallH = {
- width = 60,
- height = 120,
- },
default = {
- width = 240,
- height = 240,
- },
- defaultW = {
- width = 240,
- height = 120,
- },
- defaultH = {
- width = 120,
- height = 240,
+ width = 128,
+ height = 128,
},
big = {
- width = 480,
- height = 480,
- },
- bigW = {
- width = 480,
- height = 240,
- },
- bigH = {
- width = 240,
- height = 480,
+ width = 256,
+ height = 256,
},
},
},
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 bc8ff36..3dfee62 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,7 +1,9 @@
return {
screen = {
- width = 256,
- height = 224,
+ default = {
+ width = 256,
+ height = 224,
+ },
},
origin = {
x = 0,
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,