LET'S GO GAME JAM

This commit is contained in:
RedEnchilada 2016-05-06 20:02:50 -05:00
commit c0385dbe96
3 changed files with 29045 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/index.html
/tmpfile

6
index.bat Normal file
View file

@ -0,0 +1,6 @@
echo ^<html^>^<body^> > index.html
dir *.js /s /b > tmpfile
for /F "tokens=*" %%A in (tmpfile) do (
echo ^<script type="text/javascript" src="file:///%%A"^>^</script^> >> index.html
)
echo ^</body^>^</html^> >> index.html

29037
pixi.js Normal file

File diff suppressed because it is too large Load diff