shorter window

This commit is contained in:
Luke Meyers 2020-02-08 21:19:23 -08:00
parent 1019367d8f
commit 8a7558da96
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
func run() error { func run() error {
cfg := pixelgl.WindowConfig{ cfg := pixelgl.WindowConfig{
Title: "Relay", Title: "Relay",
Bounds: pixel.R(0, 0, 2400, 1024), Bounds: pixel.R(0, 0, 2400, 512),
VSync: true, VSync: true,
} }