summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-03 19:31:00 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-03 19:31:00 -0300
commit61207011c466bc9cd7d4f275d6befabee1b75ae7 (patch)
tree72613d0350f831ca1d37d1614ec138636a31dddf /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
parentef5bce4721d1307200b1335565303a7832f77535 (diff)
Keep the code more KISS - part 3
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua61
1 files changed, 0 insertions, 61 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
deleted file mode 100644
index 5570d82..0000000
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
+++ /dev/null
@@ -1,61 +0,0 @@
-return {
- screen = {
- default = {
- width = 1920,
- height = 1080,
- fps = 30
- origin = {
- x = 0,
- y = 0,
- },
- },
- big = {
- width = 3840,
- height = 2160,
- fps = 30
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- api = 'opengl_es_2_0'
- shader = {
- true,
- fragment = true,
- },
- physic = true,
- sprite = {
- true,
- layers = many,
- limits = {
- false,
- screen = false,
- line = false,
- },
- size = {
- default = {
- width = 64,
- height = 64,
- },
- big = {
- width = 128,
- height = 128,
- },
- },
- },
- tile = {
- true,
- layers = many,
- size = {
- default = {
- width = 128,
- height = 128,
- },
- big = {
- width = 256,
- height = 256,
- },
- },
- },
-}