Skip to content

Commit

Permalink
Added menus
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott McCaffree committed Mar 24, 2019
1 parent 5fabb36 commit 383bae9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
Binary file renamed index.pck → LT.pck
Binary file not shown.
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<div id='status-notice' class='godot' style='display: none;'></div>
</div>

<script type='text/javascript' src='index.js'></script>
<script type='text/javascript' src='LT.js'></script>
<script type='text/javascript'>//<![CDATA[

var engine = new Engine;
Expand All @@ -142,7 +142,7 @@

(function() {

const MAIN_PACK = 'index.pck';
const MAIN_PACK = 'LT.pck';
const INDETERMINATE_STATUS_STEP_MS = 100;

var canvas = document.getElementById('canvas');
Expand Down

0 comments on commit 383bae9

Please sign in to comment.