Skip to content

Commit

Permalink
include SEA alpha, promote SEA & NTS to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
amark committed May 25, 2017
1 parent 0d5e6db commit b92b9d9
Show file tree
Hide file tree
Showing 14 changed files with 598 additions and 757 deletions.
2 changes: 1 addition & 1 deletion examples/game/nts.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1 id="when" style="font-size: 7vw; margin-top: 43vh;"></h1>
</body>
<script src="/gun.js"></script>
<script src="/gun/lib/nts.js"></script>
<script src="/gun/nts.js"></script>
<script>
window.gun = Gun(location.origin+'/gun');
requestAnimationFrame(function now(){
Expand Down
2 changes: 1 addition & 1 deletion examples/game/space.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
<script src="../jquery.js"></script>
<script src="/gun.js"></script>
<script src="/gun/lib/nts.js"></script>
<script src="/gun/nts.js"></script>
<script>
// Thanks to https://github.com/dmcinnes/HTML5-Asteroids
//var gun = Gun();
Expand Down
Loading

0 comments on commit b92b9d9

Please sign in to comment.