Skip to content

Commit

Permalink
update multiplayer message
Browse files Browse the repository at this point in the history
  • Loading branch information
flustix committed Jul 17, 2024
1 parent 55cea7f commit 21e94a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluXis.Game/Screens/Multiplayer/SubScreens/MultiModeSelect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ private void load()
},
new FluXisSpriteText
{
Text = "Multiplayer is very much a work in progress. Nothing here really works.",
Text = "Multiplayer is very much a work in progress. Expect issues.",
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
Shadow = true,
FontSize = 40,
WebFontSize = 24,
Y = -100
}
};
Expand Down

0 comments on commit 21e94a5

Please sign in to comment.