Private
Public Access
1
0

Reduce tick rate and TPS to 20 for improved performance and consistency; update cache-busting version for client assets.
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m51s

This commit is contained in:
Sebastian Unterschütz
2026-01-05 19:08:27 +01:00
parent f121fa5ced
commit daf8261aa9
5 changed files with 5 additions and 5 deletions

View File

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