summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua32
1 files changed, 15 insertions, 17 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua
index 18a8cc9..409d766 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua
@@ -51,23 +51,21 @@ return {
},
},
tile = {
- layer = {
- 'free',
- {
- colors = 'free',
- specifyColors = true,
- moveIndividual = true,
- independent = true,
- mirror = true,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 'free',
- height = 'free',
- },
+ layers = 'free',
+ {
+ colors = 'free',
+ specifyColors = true,
+ moveIndividual = true,
+ independent = true,
+ mirror = true,
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ size = {
+ default = {
+ width = 'free',
+ height = 'free',
},
},
},