File size: 208 Bytes
414dc55
 
 
 
 
 
 
1
2
3
4
5
6
7
8
// Ambient globals used by the pixel engine and debug hook.
interface Window {
  __pxScale?: number
  __justDragged?: boolean
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
  __game?: any
}