Impact icon indicating copy to clipboard operation
Impact copied to clipboard

Weltmeister start up issue

Open instantiator opened this issue 4 years ago • 1 comments

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.)

instantiator avatar Dec 06 '19 12:12 instantiator

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?

Joncom avatar Dec 09 '19 07:12 Joncom