mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-25 06:45:47 +02:00
fix license text
This commit is contained in:
parent
a353d53236
commit
7cb94c4a15
@ -4,8 +4,9 @@ Friend Class SplashScreen
|
|||||||
|
|
||||||
Inherits Screen
|
Inherits Screen
|
||||||
|
|
||||||
Private Const LICENSE_TEXT As String = """MonoGame"", the MonoGame Logo and source code are copyrights of MonoGame Team (monogame.net).\n" +
|
Private Const LICENSE_TEXT As String =
|
||||||
"Pokémon 3D is not affiliated with Nintendo, Creatures Inc. or GAME FREAK Inc."
|
"""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 _monoGameLogo As Texture2D
|
||||||
Private ReadOnly _licenseFont As SpriteFont
|
Private ReadOnly _licenseFont As SpriteFont
|
||||||
|
Loading…
x
Reference in New Issue
Block a user