Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I even tried to build it from the github repo but I get errors in building and node installing modules. For npm run build it cause the following errors:

ERROR in ./app.hxml
Module Error (from ./node_modules/haxe-loader/index.js):
/Users/ahmedkhalifa/Downloads/OgmoEditor3-CE-master/src/Settings.hx:145: characters 10-18 : Class<electron.Shell> has no field openItem

ERROR in ./app.hxml
Module Error (from ./node_modules/haxe-loader/index.js):
/Users/ahmedkhalifa/Downloads/OgmoEditor3-CE-master/src/level/editor/ui/LevelsPanel.hx:390: characters 24-32 : Class<electron.Shell> has no field openItem

ERROR in ./app.hxml
Module Error (from ./node_modules/haxe-loader/index.js):
/Users/ahmedkhalifa/Downloads/OgmoEditor3-CE-master/src/level/editor/ui/LevelsPanel.hx:404: characters 23-31 : Class<electron.Shell> has no field openItem

ERROR in ./app.hxml
Module Error (from ./node_modules/haxe-loader/index.js):
/Users/ahmedkhalifa/Downloads/OgmoEditor3-CE-master/src/level/editor/ui/LevelsPanel.hx:420: characters 24-32 : Class<electron.Shell> has no field openItem

ERROR in ./app.hxml
Module Error (from ./node_modules/haxe-loader/index.js):
/Users/ahmedkhalifa/Downloads/OgmoEditor3-CE-master/src/level/editor/ui/LevelsPanel.hx:537: characters 11-19 : Class<electron.Shell> has no field openItem

ERROR in ./app.hxml
Module Error (from ./node_modules/haxe-loader/index.js):
/Users/ahmedkhalifa/Downloads/OgmoEditor3-CE-master/src/level/editor/ui/LevelsPanel.hx:722: characters 10-18 : Class<electron.Shell> has no field openItem

ERROR in ./app.hxml
Module build failed (from ./node_modules/haxe-loader/index.js):
Haxe Loader: Compilation failed
haxe -D webpack_namespace=app -lib electron -lib jQueryExtern -lib haxe-loader -cp "/Users/ahmedkhalifa/Downloads/OgmoEditor3-CE-master/src" -dce full -js /tmp/tmp-33636aG3AruNtNRua.js -main App -D "build_mode=production"