Skip to content

Commit

Permalink
for the homies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed Feb 7, 2024
1 parent 3f396be commit c4cf8f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/game/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,22 @@ export default function Home(): JSX.Element {
<Typography variant="h2" sx={{ mb: 2, fontSize: "1.8rem" }}>
Welcome to <b>Proof of Combat</b>!
</Typography>
<Typography variant="subtitle1" sx={visuallyHidden}>
This text is only available to screen readers. Thank you for
trying out my game! If you find any parts of the user
interface that are difficult to navigate please let me know
and I would love to improve them.
</Typography>
<Typography sx={{ mb: 2 }}>
This game is once again being developed actively. It's been
a long time coming and there's a lot of major changes to the
underlying engine in order to unlock cooler and more
interesting mechanics for the game.
</Typography>

<Typography variant="h4" sx={visuallyHidden}>
Discord Server
</Typography>
<Typography sx={{ mb: 2 }}>
If you'd like to talk more with other players, report bugs,
or discuss upcoming features,{" "}
Expand All @@ -164,6 +173,9 @@ export default function Home(): JSX.Element {
join the discord!
</Link>
</Typography>
<Typography variant="h4" sx={visuallyHidden}>
Game Wiki
</Typography>
<Typography sx={{ mb: 2 }}>
A great deal of the game is undocumented, but the parts
which are documented can be found,{" "}
Expand Down

0 comments on commit c4cf8f0

Please sign in to comment.