Allow linebreaks in GameMode description
This commit is contained in:
parent
0860f3b63c
commit
30d3929154
|
@ -1654,7 +1654,7 @@ Public Class GameModeSelectionScreen
|
|||
If dispName = "Kolben" Then
|
||||
dispName = "Pokemon 3D"
|
||||
End If
|
||||
Dim dispDescription As String = GameMode.Description
|
||||
Dim dispDescription As String = GameMode.Description.Replace("~", Environment.NewLine).Replace("*", Environment.NewLine)
|
||||
Dim dispVersion As String = GameMode.Version
|
||||
Dim dispAuthor As String = GameMode.Author
|
||||
|
||||
|
|
Loading…
Reference in New Issue