#
luxiaotao1123
2024-10-08 c438854e1da8d7025ee85e23dd37c2523c488725
zy-acs-flow/src/map/player.js
@@ -7,7 +7,7 @@
        this.app = new PIXI.Application({
            background: '#f1f2f6',
            antialias: true,
            // resizeTo: dom, // 自动调整 canvas 尺寸
            resizeTo: dom, // 自动调整 canvas 尺寸
        })
        this.app.stage.eventMode = 'static';
        this.app.stage.hitArea = this.app.screen;