// Holds all the config for your game. export const GAME_TITLE = "Untitled JS13K23 Game." export const WIDTH = 256; // pixels export const HEIGHT = 240; // pixels