Skip to content

Commit

Permalink
Migrate to local libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Yaseen Shaikh <[email protected]>
  • Loading branch information
ynx0 committed Apr 30, 2018
1 parent f7a81f4 commit edc615a
Show file tree
Hide file tree
Showing 4 changed files with 10,422 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.7.3/pixi.min.js"></script>
<script src="js/lib/pixi.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<link rel="stylesheet" type="text/css" href="css/fonts.css"/>
<script src="https://unpkg.com/[email protected]/dist/jquery.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script src="js/lib/jquery.js"></script>
<script src="js/lib/webfont.js"></script>
<script src="js/lib/lodash.js"></script>
<script src="js/lib/bump.js"></script>
<script src="js/game.js"></script>
Expand Down
Loading

0 comments on commit edc615a

Please sign in to comment.