fix game
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 8m15s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 8m15s
This commit is contained in:
@@ -27,7 +27,7 @@ func main() {
|
||||
|
||||
// WICHTIG: Keine feste WindowSize auf WASM - Layout() regelt die Größe dynamisch
|
||||
ebiten.SetWindowTitle("Escape From Teacher")
|
||||
ebiten.SetTPS(20)
|
||||
ebiten.SetTPS(60)
|
||||
ebiten.SetVsyncEnabled(true)
|
||||
|
||||
if err := ebiten.RunGame(game); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user