Skip to content

Commit

Permalink
Change: WindowResizingModeEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
leedonggyu1848 authored and hndada committed Oct 22, 2022
1 parent 8089c02 commit bdbd22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func NewGame(props []ModeProp) *Game {
LoadHandlers(props)
ebiten.SetWindowTitle("gosu")
ebiten.SetWindowSize(WindowSizeX, WindowSizeY)
ebiten.SetWindowResizingMode(ebiten.WindowResizingModeEnabled)
ebiten.SetTPS(TPS)
modeHandler.Max = len(props)
sceneSelect = NewSceneSelect()
Expand Down

0 comments on commit bdbd22a

Please sign in to comment.