summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--not/World.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/not/World.lua b/not/World.lua
index c18a54a..2a7437f 100644
--- a/not/World.lua
+++ b/not/World.lua
@@ -95,7 +95,7 @@ function World:buildMap ()
if op.animations then
bg:setAnimationsList(op.animations)
end
- bg.layer = self:addLayer(width, height, 0)
+ bg.layer = self:addLayer(width, height, op.ratio)
end
end
end