From 7cb94c4a15aa64a9c5da320b1f0f60f1a0ec3eca Mon Sep 17 00:00:00 2001 From: nilllzz Date: Sun, 7 Jan 2018 19:44:27 +0100 Subject: [PATCH] fix license text --- 2.5DHero/2.5DHero/Screens/MainMenu/SplashScreen.vb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/2.5DHero/2.5DHero/Screens/MainMenu/SplashScreen.vb b/2.5DHero/2.5DHero/Screens/MainMenu/SplashScreen.vb index 4e777d744..9f8a4cb5d 100644 --- a/2.5DHero/2.5DHero/Screens/MainMenu/SplashScreen.vb +++ b/2.5DHero/2.5DHero/Screens/MainMenu/SplashScreen.vb @@ -4,8 +4,9 @@ Friend Class SplashScreen Inherits Screen - Private Const LICENSE_TEXT As String = """MonoGame"", the MonoGame Logo and source code are copyrights of MonoGame Team (monogame.net).\n" + - "Pokémon 3D is not affiliated with Nintendo, Creatures Inc. or GAME FREAK Inc." + Private Const LICENSE_TEXT As String = +"""MonoGame"", the MonoGame Logo and source code are copyrights of MonoGame Team (monogame.net). +Pokémon 3D is not affiliated with Nintendo, Creatures Inc. or GAME FREAK Inc." Private ReadOnly _monoGameLogo As Texture2D Private ReadOnly _licenseFont As SpriteFont