mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 09:15:05 +02:00
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
|
If dispName = "Kolben" Then
|
||||||
dispName = "Pokemon 3D"
|
dispName = "Pokemon 3D"
|
||||||
End If
|
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 dispVersion As String = GameMode.Version
|
||||||
Dim dispAuthor As String = GameMode.Author
|
Dim dispAuthor As String = GameMode.Author
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user