zy-acs-flow/src/map/MapPage.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zy-acs-flow/src/map/player.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zy-acs-flow/src/map/settings/CopyDrawer.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-acs-flow/src/map/MapPage.jsx
@@ -133,6 +133,10 @@ restartFn(); }); }); mapContainer.children.forEach(child => { Tool.beMovable(child); }) break case MapMode.SETTINGS_MODE: player.hideGridLines(); zy-acs-flow/src/map/player.js
@@ -21,14 +21,14 @@ this.showCoordinates(); this.startupTicker(); const bunny = PIXI.Sprite.from('https://pixijs.com/assets/bunny.png'); bunny.anchor.set(0.5); bunny.x = 500; bunny.y = 400; this.mapContainer.addChild(bunny); this.app.ticker.add((delta) => { bunny.rotation += 0.1 * delta; }); // const bunny = PIXI.Sprite.from('https://pixijs.com/assets/bunny.png'); // bunny.anchor.set(0.5); // bunny.x = 500; // bunny.y = 400; // this.mapContainer.addChild(bunny); // this.app.ticker.add((delta) => { // bunny.rotation += 0.1 * delta; // }); } zy-acs-flow/src/map/settings/CopyDrawer.jsx
@@ -276,7 +276,7 @@ sx={{ width: '50%' }} fullWidth inputProps={{ min: 0, // min: 0, step: 1, }} onChange={(e) => {