zy-asrs-flow/src/pages/map/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zy-asrs-flow/src/pages/map/player.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-asrs-flow/src/pages/map/index.jsx
@@ -261,7 +261,7 @@ /> )} </Col> <Col span={12} style={{ backgroundColor: styles.dark ? '#2C3A47' : '#4a69bd' }}> <Col span={12} style={{ backgroundColor: styles.dark ? '#2f3542' : '#4a69bd' }}> <Flex className={styles.flex} gap={'large'} justify={'flex-end'} align={'center'}> {model === MapModel.OBSERVER_MODEL && ( 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', @@ -329,7 +329,7 @@ if (!this.mapContainer || !this.app) { return; } this.mapContainer.scale.set(1); this.mapContainer.position.set(0, 0); if (this.mapContainer.children.length === 0) { @@ -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';