mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
UI: Change notice for breaking changes in v2 (#2426)
This commit is contained in:
@@ -13,8 +13,7 @@ export const V2Modal = (): React.ReactElement => {
|
||||
const [open, setOpen] = useState(v2ModalOpen);
|
||||
return (
|
||||
<Modal open={open} onClose={() => undefined}>
|
||||
<Typography>Welcome to bitburner v2.0.0!</Typography>{" "}
|
||||
<Typography>While this version does not change the game a lot, it does have quite a few API breaks.</Typography>{" "}
|
||||
<Typography>NOTICE FOR BREAKING CHANGES IN V2</Typography>
|
||||
<Typography>
|
||||
A file was added to your home computer called V2_0_0_API_BREAK.txt and it is highly recommended you take a look
|
||||
at this file. It explains where most of the API break have occurred.
|
||||
|
||||
Reference in New Issue
Block a user