From e3179785c850a2d414d92413885312782eabaa6e Mon Sep 17 00:00:00 2001 From: shurongsen <1799096798@qq.com> Date: Wed, 11 Dec 2024 23:37:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Robo-Bus-A31-HMI/common/base/base_control.gd | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Robo-Bus-A31-HMI/common/base/base_control.gd b/Robo-Bus-A31-HMI/common/base/base_control.gd index a7343ca..1d81183 100644 --- a/Robo-Bus-A31-HMI/common/base/base_control.gd +++ b/Robo-Bus-A31-HMI/common/base/base_control.gd @@ -130,11 +130,6 @@ func onScale(): tween.tween_property(self, "scale", Vector2(1 + (0.2*size_max),1 + (0.2*size_max)), 0.1) tween.tween_property(self, "scale", Vector2(1 - (0.05*size_max),1 - (0.05*size_max)), 0.15) tween.tween_property(self, "scale", Vector2(1,1), 0.1) - - - - - func onRotation(): var tween = create_tween() tween.tween_property(self, "rotation_degrees", 50*size_max, 0.1)