Skip to content
Snippets Groups Projects
Select Git revision
  • 67b9e98a6d9cf8ef3830629085a7e4810b3ea39e
  • master default protected
2 results

config.js

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