Added electron-forge version
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import {app, BrowserWindow, screen} from 'electron';
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
|
||||
// Window factory
|
||||
@ -28,7 +27,7 @@ function createWindow() {
|
||||
});
|
||||
|
||||
window.loadFile(path.join(__dirname, "../index.html"));
|
||||
// window.webContents.openDevTools();
|
||||
window.webContents.openDevTools();
|
||||
}
|
||||
|
||||
// Start
|
||||
|
@ -1,4 +1,4 @@
|
||||
const {GRAVITY} = require('./dist/constants.js');
|
||||
const {GRAVITY} = require('./constants.js');
|
||||
const {SpriteSheet} = require('./sprite-sheet');
|
||||
|
||||
export type NPCOptions = {
|
||||
|
Reference in New Issue
Block a user