whoops.. shh

This commit is contained in:
Chris Wanstrath 2025-10-02 19:52:08 -07:00
parent b90a76ebc8
commit f598beb406

View File

@ -9,7 +9,7 @@ import { sessionId } from "./session"
const FPS = 30
const HEIGHT = 540
const WIDTH = 980
const WIDTH = 960
type Game = { init?: () => void, update?: (delta: number, input: InputState) => void, draw?: (ctx: GameContext) => void }