fix license text

This commit is contained in:
nilllzz 2018-01-07 19:44:27 +01:00
parent a353d53236
commit 7cb94c4a15
1 changed files with 3 additions and 2 deletions

View File

@ -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