From 678e254b681859a72203b2d2c53969c1eeda8c05 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 23 Feb 2021 02:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E5=9C=B0=E5=9B=BE=E5=8A=A8?= =?UTF-8?q?=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/mode.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/parts/scenes/mode.lua b/parts/scenes/mode.lua index 8ac1b7ec..c03ce1a3 100644 --- a/parts/scenes/mode.lua +++ b/parts/scenes/mode.lua @@ -189,9 +189,8 @@ function scene.draw() local _ gc.push("transform") gc.translate(640,360) - gc.scale(mapCam.zoomK) - gc.rotate((mapCam.zoomK^.8-1)*.6) - gc.shear((mapCam.zoomK-1)*.0626,0) + gc.rotate((mapCam.zoomK^.6-1)) + gc.scale(mapCam.zoomK^.7) gc.applyTransform(mapCam.xOy); local R=RANKS