phoboslab / Impact

HTML5 Game Engine
MIT License
1.99k stars 204 forks source link

Weltmeister start up issue #72

Open instantiator opened 4 years ago

instantiator commented 4 years ago

A small issue, but when starting up vanilla Weltmeister, there's no player.png in the media folder and users see a frozen partial loading screen:

Screenshot 2019-12-06 at 12 21 06

Adding player.png in the right place fixes this.

With developer tools open, an uncaught javascript error hints at the issue - but perhaps it could be made clearer what's going on for first time users? (I was baffled until I looked into it.)

Joncom commented 4 years ago

There should not be any player.png or reference to such a file in the vanilla Impact project. Literally the only thing the default project does it load and draw a font to the screen.

https://github.com/phoboslab/Impact/blob/master/lib/game/main.js

Are you certain you're running a vanilla project?