Private
Public Access
1
0

fix game
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 8m15s

This commit is contained in:
Sebastian Unterschütz
2026-03-21 22:39:01 +01:00
parent ce092c8366
commit 7a86a8596e
3 changed files with 19 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ import (
func main() {
ebiten.SetWindowSize(ScreenWidth, ScreenHeight)
ebiten.SetWindowTitle("Escape From Teacher")
ebiten.SetTPS(20)
ebiten.SetTPS(60)
ebiten.SetVsyncEnabled(true)
if err := ebiten.RunGame(NewGame()); err != nil {
log.Fatal(err)