From 534f8f925a5fe389fec15d147b495c416b5b7e77 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 13 Sep 2017 03:11:58 +0200 Subject: Background layers now use ratio from map config --- not/World.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1