#
luxiaotao1123
2024-03-20 de15a98349ae269f01aca88b0ad01d182c2001e9
zy-asrs-flow/src/pages/map/player.js
@@ -179,7 +179,7 @@
    showCoordinates = () => {
        const coordinatesText = new PIXI.Text('{ x: 0, y: 0 }', {
            fill: 0x000000,
            fill: this.darkModel ? 0xffffff : 0x000000,
            fontSize: 13,
            fontFamily: 'MicrosoftYaHei',
            fontWeight: 'bold',
@@ -384,7 +384,7 @@
function generatePixiApp(dark) {
    const app = new PIXI.Application({
        background: dark ? '#2C3A47' : '#f1f2f6',
        background: dark ? '#2f3542' : '#f1f2f6',
        antialias: true,
    })
    app.stage.eventMode = 'static';