#
luxiaotao1123
2024-11-07 1e967e17c4d9daf0bd4145715b856f0b74e05ae6
zy-acs-flow/src/map/player.js
@@ -239,7 +239,7 @@
        const newRotation = this.mapContainer.rotation + rotationIncrement;
        new TWEEDLE.Tween(this.mapContainer)
            .to({ rotation: newRotation }, 300)
            .to({ rotation: newRotation }, 200)
            .easing(TWEEDLE.Easing.Quadratic.Out)
            .start();
    }