Move the C&S thing into the attic
This commit is contained in:
13
oldstuff/intro-to-crafty/index.html
Normal file
13
oldstuff/intro-to-crafty/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user