Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit fcef3c9

Browse files
committed
Rewrote metagame instruction text a bit
1 parent 7bf333d commit fcef3c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Menus/MainMenuGUI.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,8 @@ namespace RTE {
222222

223223
std::string metaNotice = {
224224
"- A T T E N T I O N -\n\n"
225-
"Please note that the Campaign is in an INCOMPLETE, fully playable, yet still imperfect state!\n"
226-
"As such, it is lacking some polish, audio, and game balancing, and we will be upgrading it significantly in future.\n"
227-
"That said, you can absolutely enjoy fighting the A.I. and/or up to three friends in co-op, 2 vs 2, etc.\n\n"
225+
"The Conquest mode is very INCOMPLETE and flawed, and we will be redoing it from the ground-up in future.\n"
226+
"For now though, it's fully playable, and you can absolutely enjoy fighting the A.I. and/or up to three friends in co-op, 2 vs 2, etc.\n\n"
228227
"Also, if you have not yet played Cortex Command, we recommend you first try the tutorial:"
229228
};
230229
metaNoticeLabel->SetText(metaNotice);

0 commit comments

Comments
 (0)