phaserjs / phaser

Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
https://phaser.io
MIT License
37.12k stars 7.1k forks source link

Quadtree Collision Infos example fails to load #2101

Closed ekulabuhov closed 9 years ago

ekulabuhov commented 9 years ago

Hi guys,

Tried to open this example: http://phaser.io/examples/v2/arcade-physics/quadtree---collision-infos

But all it shows isL "// Opps - Failed to load js file" and a black screen.

pnstickne commented 9 years ago

This is an issue with reverse name-mappings in the example site that occurs (sometimes) when there is a dash in the name.

See this similar issue posted in the phaser-examples repository: https://github.com/photonstorm/phaser-examples/issues/117

photonstorm commented 9 years ago

Closing as this is handled in the phaser-examples repo.