Skip to content
Snippets Groups Projects
config.js 165 B
Newer Older
  • Learn to ignore specific revisions
  • Bye's avatar
    Bye committed
    // Holds all the config for your game.
    
    
    Bye's avatar
    Bye committed
    export const GAME_TITLE = "Untitled JS13K23 Game."
    
    Bye's avatar
    Bye committed
    
    
    Bye's avatar
    Bye committed
    export const WIDTH = 256; // pixels
    export const HEIGHT = 240; // pixels