0xf0xx0

Results 75 comments of 0xf0xx0

> OSX has largely moved over to Clang, True, better to use Homebrew GCC tho (ive had issues with Clang and building apps)

ok, cool :D

@starwed Code: ```js .bind('Move', function(evt) { // after enemy moved var hitDatas, hitData; if ((hitDatas = this.hit('Wall'))) { // check for collision with walls hitData = hitDatas[0]; // resolving collision...

@kevinsimper TypeError, Crafty.scene is not a function

```css Uncaught TypeError: Crafty.scene is not a function at Level1.js:4 ```

@kevinsimper Does Codepen use Electron? My game runs fine using Beefy. EDIT: youll have to uncomment the `document.getElementById('game')`, its on line 7.

Heres the zip of the files used by Electron: [Archive.zip](https://github.com/craftyjs/Crafty/files/2696856/Archive.zip) Do i need to include the package.json?

Theres not much info in the README, do I have to `cd` into the `crafty-develop` folder? EDIT: im dumb lol, I didn't realize there was a npm module. thanks! Another...

Also, installing `craftyjs` outputs a bunch of errors. ```css $ npm i craftyjs > [email protected] postinstall /Users/gingkathfox/node_modules/craftyjs > (node -e "process.env.NODE_ENV !== 'production' && process.exit()" && grunt copy:lib) || node...

```css $ npm audit npm ERR! code EAUDITNOPJSON npm ERR! audit No package.json found: Cannot audit a project without a package.json npm ERR! A complete log of this run can...