HTML and CSS Reference
In-Depth Information
Figure 22-7. Map editor, autotiles off
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<link href="css/start/jquery-ui-1.10.3.custom.css" rel="stylesheet">
<script src="lib/jquery-1.10.2.min.js"></script>
<script src="lib/jquery-ui-1.10.3.custom.min.js"></script>
<!-- GAME -->
<script src="core/tilelist.js"></script>
<script src="core/tileeventlist.js"></script>
<script src="core/map.js"></script>
<script src="core/sprite.js"></script>
<script src="core/editor.js"></script>
<script src="core/renderer.js"></script>
<script src="core/binder.js"></script>
<!-- PLACEHOLDER FOR MODS -->
<!-- PLACEHOLDER FOR CONFIGS -->
<!-- UI -->
<script src="core/builder.js"></script>
<script src="core/main.js"></script>
<!-- Application -->
<script src="core/app.js"></script>
<script>
$(function() {
initUI();
window.app = new App([BasicConfig /* PLACEHOLDER FOR ACTIVE CONFIGS */ ]);
});
Search WWH ::




Custom Search