-
-
Save z3t0/c9dab81c6dc8953d65570844fb442dca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Modules | |
let ModLoader = require('./mod_loader.js') | |
let Logger = require('./m_log.js') | |
var game = {name: 'Haxel'} | |
// Load systems | |
game.logger = new Logger(game) | |
let modLoader = new ModLoader(game) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment