Skip to content

Instantly share code, notes, and snippets.

@OliverUv
Created May 30, 2016 14:10
Show Gist options
  • Save OliverUv/424fd473de9311a6e641722595c3596f to your computer and use it in GitHub Desktop.
Save OliverUv/424fd473de9311a6e641722595c3596f to your computer and use it in GitHub Desktop.
<!DOCTYPE htm<!DOCTYPE html>
<html>
<head>
<title>Entry Test</title>
<meta charset="utf-8">
<link rel='stylesheet' href='../node_modules/entryjs/dist/entry.css'>
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
}
</style>
</head>
<body>
<section class="wrapper">
<div id="workspace">
</div>
</section>
<!--Jquery -->
<script src="../bower_components/jquery/jquery.min.js"></script>
<script src="../bower_components/jquery-ui/ui/minified/jquery-ui.min.js"></script>
<!--underscore -->
<script src="../bower_components/underscore/underscore-min.js"></script>
<!--velocity -->
<script src="../bower_components/velocity/velocity.min.js"></script>
<!--codemirror -->
<script src="../bower_components/codemirror/lib/codemirror.js"></script>
<script src="../bower_components/codemirror/mode/javascript/javascript.js"></script>
<!--canvas input-->
<script src="../node_modules/entryjs/extern/util/CanvasInput.js"></script>
<!--Blockly-->
<script src="../node_modules/entryjs/extern/blockly/blockly_compressed.js"></script>
<script src="../node_modules/entryjs/extern/blockly/msg/js/en.js"></script>
<!--createjs-->
<script src="../bower_components/PreloadJS/lib/preloadjs-0.6.0.min.js"></script>
<script src="../bower_components/EaselJS/lib/easeljs-0.8.0.min.js"></script>
<script src="../bower_components/SoundJS/lib/soundjs-0.6.0.min.js"></script>
<script src="../bower_components/SoundJS/lib/flashaudioplugin-0.6.0.min.js"></script>
<script src="../node_modules/entryjs/extern/util/ndgmr.Collision.js"></script>
<script src="../node_modules/entryjs/extern/util/handle.js"></script>
<!--language-->
<!-- <script src="../node_modules/entryjs/extern/lang/ko.js"></script> -->
<script src="../node_modules/entryjs/extern/lang/en.js"></script>
<!--entryjs-->
<script src="../bower_components/components-webfontloader/webfont.js"></script>
<script src="../node_modules/entryjs/extern/util/static.js"></script>
<script src="../node_modules/entryjs/dist/entry.js"></script>
<script src="../node_modules/entryjs/src/workspace/block_entry.js"></script>
<!--main script-->
<script src="../dist/js/lynx.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment