diff --git a/app/examples/Games/Pong/.src/MMain.module b/app/examples/Games/Pong/.src/MMain.module index a9c4954df..486dcb4c3 100644 --- a/app/examples/Games/Pong/.src/MMain.module +++ b/app/examples/Games/Pong/.src/MMain.module @@ -28,7 +28,7 @@ Public Sub Main() Window.Caption = Subst$(("Pong v&1 - gb.ncurses Example"), Application.Version) Window.Clear() - $hConfig = New Window(True, 0, 0, 60, 5) + $hConfig = New Window(True, 0, 0, 30, 5) $hConfig.Border = Border.Ascii $hConfig.Center()