// 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 }