whoops.. shh
This commit is contained in:
parent
b90a76ebc8
commit
f598beb406
|
|
@ -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 }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user