examples: Games: Pong: revert window size how it was before
This commit is contained in:
parent
beb9e1fc15
commit
b2c6f917e4
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue