Skip to content

Commit

Permalink
Deploying to gh-pages from @ c04cf27 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyrs committed Aug 2, 2024
1 parent 0aba639 commit f1b6f8c
Show file tree
Hide file tree
Showing 2,795 changed files with 56 additions and 60,392 deletions.
Binary file added 0c791968973e1f25c170.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions JagEd.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions JagEd.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!doctype html><html class="no-js" lang="en" dir="ltr"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="0"/><title>JagEd | 2004Scape Tools</title><script defer="defer" src="/Client2/JagEd.js"></script><link href="/Client2/JagEd.css" rel="stylesheet"></head><body><div class="top-bar"><div class="top-bar-left"><ul class="dropdown menu" data-dropdown-menu><li class="menu-text">Cache Viewer</li></ul></div></div><br><div class="grid-container"><div class="grid-x grid-padding-x"><div class="large-12 cell"><div class="callout"><div class="grid-x grid-padding-x"><div class="small-12 cell" id="mainPanel"><canvas id="canvas" style="display: block; width: 100%;"></canvas><div id="helpme" style="display: none;">You will need to load a cache. It's as easy as dragging-and-dropping right here!<br>Remember, you can load a new cache by dragging-and-dropping again at any time.<br><br><img src="https://media.itspazaz.com/2024/02/msedge_HprzmakbmA.gif"></div><a href="#" id="screenshot" style="float: right;" onclick="saveScreenshot();">Take screenshot</a><br><br></div><div class="small-6 cell">Press <code>r</code> to reset the camera.<br>Press <code>[</code> or <code>]</code> to adjust how much each key press affects the scene.<br>Use <code>left</code> and <code>right</code> arrow keys to rotate the model.<br>Use <code>w</code> and <code>s</code> to zoom in or out.<br>Use <code>q</code> and <code>e</code> to move the model up or down.<br>Use <code>a</code> and <code>d</code> to move the model left or right.<br>Use <code>1</code> and <code>2</code> to quickly switch to the previous or next model.<br></div><div class="small-6 cell"><div id="rightPanel"></div></div></div></div></div></div></div><script>function saveScreenshot() {
document.getElementById('screenshot').download = 'screenshot-' + Math.floor(Date.now() / 1000) + '.png';
document.getElementById('screenshot').href = document.getElementById('canvas').toDataURL('image/png').replace(/^data:image\/[^;]/, 'data:application/octet-stream');
}</script></body></html>
1 change: 1 addition & 0 deletions JagEd.js

Large diffs are not rendered by default.

Loading

0 comments on commit f1b6f8c

Please sign in to comment.