Initial commit

Note: Some balls don't render. This is mostly a prevent-lost-work commit.
This commit is contained in:
Geoffrey Frogeye 2015-06-05 16:22:41 +02:00
commit 48397199c5
9 changed files with 510 additions and 0 deletions

21
app.html Normal file
View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>agario-webclient</title>
<script src="http://cdnjs.cloudflare.com/ajax/libs/pixi.js/3.0.6/pixi.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.5/dat.gui.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/stats.js/r11/Stats.js"></script>
<script src="bundle.js"></script>
<script src="script.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</style>
</head>
<body>
<div id="viewer">
</div>
</body>
</html>