|
@@ -3,6 +3,7 @@
|
|
|
var mode = process.env.ATOMIC_GAME_ENGINE_ENV || 'production';
|
|
var mode = process.env.ATOMIC_GAME_ENGINE_ENV || 'production';
|
|
|
|
|
|
|
|
var atomictool = require ("./atomictool.js");
|
|
var atomictool = require ("./atomictool.js");
|
|
|
|
|
+var atomiceditor = require ("./atomiceditor.js");
|
|
|
|
|
|
|
|
module.exports = {
|
|
module.exports = {
|
|
|
|
|
|
|
@@ -10,6 +11,7 @@ module.exports = {
|
|
|
"newProject" : atomictool.newProject,
|
|
"newProject" : atomictool.newProject,
|
|
|
"addPlatform" : atomictool.addPlatform,
|
|
"addPlatform" : atomictool.addPlatform,
|
|
|
"build" : atomictool.build,
|
|
"build" : atomictool.build,
|
|
|
- "run" : atomictool.run
|
|
|
|
|
|
|
+ "run" : atomictool.run,
|
|
|
|
|
+ "atomiceditor" : atomiceditor
|
|
|
|
|
|
|
|
}
|
|
}
|