forked from 2004Scape/Client2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ c04cf27 🚀
- Loading branch information
Showing
2,795 changed files
with
56 additions
and
60,392 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.