Closed Tibowl closed 2 years ago
Japanese Translation: タイトル:明石の改修工廠 メニューバグ
説明 中段の装備を改修するとき、画面上部(提督名付近)をクリックすることで上段の装備を画面中央に持ってくることができてしまう。特定の装備を選択して3段の画面に戻っても、中段は改修UIのままである。
スクリーンショット及び動画
バグの再現方法 バグを再現するために、必要な手順を説明してください:(存在しない場合は削除しても良い)
修正
_CenteringBox
関数中のTaskTop
を、中段の場合_topView.revampRecipeBox[0].position['y'] = -111,
から_topView.revampRecipeBox[0].position['y'] = -200,
にすると、上段は完全に画面外に移動するようになる。
ソース: Twitter - myteaGuard
Fixed as of 2022-01-21
Description When improving the middle equipment, the top equipment can be brought in by clicking on top of the screen (near username). After selecting a specific equipment and going back to the 3 equipment screen, the middle will still have the improve UI.
Screenshot and/or video
Reproducing Steps to reproduce the behavior: (if applicable, otherwise remove this section)
Fix In
TaskTop
in function_CenteringBox
, for the middle case change_topView.revampRecipeBox[0].position['y'] = -111,
to_topView.revampRecipeBox[0].position['y'] = -200,
so the box appears completely offscreen.Source: Twitter - myteaGuard