Use externalized components

This commit is contained in:
Dan Buch
2015-05-15 22:12:32 -04:00
parent 29eef55a28
commit 00bdf3b5df
3 changed files with 13 additions and 20 deletions

View File

@@ -3,6 +3,7 @@
<head>
<script src="lib/crafty.js"></script>
<script src="src/game.js"></script>
<script src="src/components.js"></script>
<script>
window.addEventListener('load', Game.start);
</script>