digitsensitive / phaser3-typescript

Phaser 3 and TypeScript
MIT License
998 stars 173 forks source link

"space-shooter" is not displayed 😭 #284

Closed ttsukasan closed 1 year ago

ttsukasan commented 1 year ago

The game object "space shooter" is not displayed 😭😭😭

Google chrome console outputs an error

GET http://localhost:8080/dist/bundle.js net::ERR_ABORTED 404 (Not Found)

I changed npm script settings and now it shows up!

https://github.com/digitsensitive/phaser3-typescript/blob/e1f21828037aac76f5d8f8ce54e976e4c7d49e39/src/games/space-shooter/package.json#L18

"dev": "webpack --mode development && webpack serve --mode development"

Finally, thank you for making so many great games! 🥰

digitsensitive commented 1 year ago

@ttsukasan Still a problem? Should be fixed I think.