Update Ebitengine monitor size API

This commit is contained in:
crgimenes
2024-07-04 07:25:53 -03:00
parent 6b8873be34
commit 685623cd10

View File

@@ -56,7 +56,7 @@ var (
//go:embed assets/*
f embed.FS
monitorWidth, monitorHeight = ebiten.ScreenSizeInFullscreen()
monitorWidth, monitorHeight = ebiten.Monitor().Size()
cfg = &Config{}