Skip to content

Commit

Permalink
Merge pull request #295 from entrylabs/renew/example
Browse files Browse the repository at this point in the history
renew example page
  • Loading branch information
chanlee committed May 24, 2016
2 parents 8671d3e + 147712a commit 6f9179f
Show file tree
Hide file tree
Showing 5 changed files with 3,092 additions and 2,850 deletions.
8 changes: 4 additions & 4 deletions example/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
<!--underscore -->
<script src="http://play-entry.com/lib/underscore/underscore.js"></script>

<!--language-->

<!--canvas input-->
<script src="http://play-entry.com/lib/entryjs/extern/util/CanvasInput.js"></script>

Expand All @@ -46,11 +44,14 @@
<script src="http://play-entry.com/lib/entryjs/extern/util/ndgmr.Collision.js"></script>
<script src="http://play-entry.com/lib/entryjs/extern/util/handle.js"></script>

<!--language-->
<script src="../extern/lang/ko.js"></script>

<!--entryjs-->
<script src="http://play-entry.com/lib/components-webfontloader/webfont.js"></script>
<script src="../extern/util/ko.js"></script>
<script src="../extern/util/static.js"></script>
<script src="../dist/entry.min.js"></script>
<script src="../src/workspace/block_entry.js"></script>

<!--main script-->
<script>
Expand All @@ -63,7 +64,6 @@
document.getElementById('workspace'),
initOption
);
Entry.playground.setBlockMenu();
Entry.enableArduino();
Entry.loadProject();
});
Expand Down
Loading

0 comments on commit 6f9179f

Please sign in to comment.