#
luxiaotao1123
2024-10-09 2d0b1bb3b3224d9cf0195b56415af6f86096778c
zy-acs-flow/src/map/player.js
@@ -274,10 +274,6 @@
    resize = (width, height) => {
        this.app.renderer.resize(width, height);
        this.mapContainer.children.forEach((child) => {
            child.x = width / 2;
            child.y = height / 2;
        });
    }
    destroy = () => {