mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-19 22:43:32 +00:00
Updated the Discord link (and removed color tags cuz they were messing up the URL)
This commit is contained in:
@@ -38,7 +38,8 @@ void CreditsScreen::init() {
|
|||||||
_lines.push_back("InviseDivine");
|
_lines.push_back("InviseDivine");
|
||||||
_lines.push_back("Kolyah35");
|
_lines.push_back("Kolyah35");
|
||||||
_lines.push_back("");
|
_lines.push_back("");
|
||||||
_lines.push_back("[Gold]Join our Discord server:[/Gold] [Green]url.....[/Green]");
|
// avoid color tags around the URL so it isn't mangled by the parser please
|
||||||
|
_lines.push_back("Join our Discord server: https://discord.gg/c58YesBxve");
|
||||||
_scrollSpeed = 0.5f;
|
_scrollSpeed = 0.5f;
|
||||||
_scrollY = height; // start below screen
|
_scrollY = height; // start below screen
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user