examples: Games: Pong: revert window size how it was before

This commit is contained in:
glixx 2019-05-24 02:11:59 +03:00
parent beb9e1fc15
commit b2c6f917e4

View file

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