From 9befa85d5503d7bcb33cb7aa6b5631e030193c90 Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Fri, 26 Nov 2021 20:50:08 +0100 Subject: [PATCH] / background scaling --- scripts/components/background.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/components/background.lua b/scripts/components/background.lua index 3250000..b100a7a 100644 --- a/scripts/components/background.lua +++ b/scripts/components/background.lua @@ -167,8 +167,8 @@ end local draw = function (deltaTime) gfx.Save() - resetLayoutInformation() - gfx.Scale(scale, scale) + -- resetLayoutInformation() + -- gfx.Scale(scale, scale) drawBackground();