#
luxiaotao1123
2024-10-12 7c11bda6516c03f991d9b45d806addcfa1872e1a
#
3个文件已修改
22 ■■■■■ 已修改文件
zy-acs-flow/src/map/MapPage.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/player.js 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/settings/CopyDrawer.jsx 2 ●●● 补丁 | 查看 | 原始文档 | 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) => {