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