Skip to content

Commit

Permalink
Try again, update phaser-shatter.js loc
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgugler committed May 4, 2014
1 parent 7524cd4 commit cdd5220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/phaser-shatter.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div id="voro"></div>
<script src="../bower_components/phaser/phaser.js" type="text/javascript" charset="utf-8"></script>
<script src="../build/shatter.js" type="text/javascript" charset="utf-8"></script>
<script src="./phaser-shatter.js" type="text/javascript" charset="utf-8"></script>
<script src="js/phaser-shatter.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
window.onload = function() {
var game = new Phaser.Game(800, 480, Phaser.AUTO, 'voro');
Expand Down

0 comments on commit cdd5220

Please sign in to comment.