Initial tutorial setup

This commit is contained in:
2017-02-19 01:52:53 -05:00
commit 566910bdcc
3 changed files with 30 additions and 0 deletions

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<html lang="en">
<head>
<title>Pixi.js stuff</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.2.2/pixi.min.js"></script>
<script src="tutorial.js"></script>
</body>
</html>