colinvella / phaser-tilemap-plus-demo

Demo application for Phaser plugin phaser-tilemap-plus
MIT License
5 stars 2 forks source link

tilemapProperties is NULL #2

Open habermaor opened 7 years ago

habermaor commented 7 years ago

I cloned the repository, installed all the packages, but when I run it, just after hitting the space bar I get the errors: "Cannot read property 'playerStartX ' of undefined at PlayState.create (PlayState.js?5afc:74)" and "Cannot read property 'left' of null at PlayState.update (PlayState.js?5afc:134)".

colinvella commented 7 years ago

Did you try to run the demo?

How did you set it up?

Also, what version of phaser-tilemap-plus was installed? You should use 0.6.1 or later. The latest right now is 0.8.0.

habermaor commented 7 years ago

I cloned the repo, used npm install to install all packages from the package.json, and then used npm start. Am I missing something?​

2017-11-08 13:05 GMT+02:00 Colin Vella notifications@github.com:

Did you try to run the demo?

How did you set it up?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/colinvella/phaser-tilemap-plus-demo/issues/2#issuecomment-342784935, or mute the thread https://github.com/notifications/unsubscribe-auth/AGfLZOIKxaBP7iR6K_1cyDKiNhnc_SrTks5s0Yr0gaJpZM4QWM3o .

colinvella commented 6 years ago

Any progress with this issue? Did you try the latest version of the library?