UNPKG
@soapbox.pub/wasmboy
Version:
latest (0.8.0)
0.8.0
Soapbox fork of Wasmboy.
gitlab.com/soapbox-pub/wasmboy
@soapbox.pub/wasmboy
/
lib
/
graphics
/
constants.js
5 lines
(3 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
// Some shared constants by the graphics lib and worker
export
const
GAMEBOY_CAMERA_WIDTH =
160
;
export
const
GAMEBOY_CAMERA_HEIGHT =
144
;