-
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.
Showing
100 changed files
with
26,424 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,97 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<!-- Add an empty favicon --> | ||
<link rel="icon" href="data:;base64,iVBORw0KGgo="> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
<body> | ||
|
||
<!-- Main menu --> | ||
<div id="main-menu" style="width: 100vw; height: 100vh;"> | ||
<div id="main-menu-container"> | ||
<div id="title-container"> | ||
<div id="logo-container"> | ||
<img id="logo" src="images/logo.png" alt="logo"> | ||
</div> | ||
</div> | ||
<div id="buttons-container"> | ||
<div id="laptop-version"> | ||
<img src="images/laptop_button.png" alt="laptop"> | ||
</div> | ||
<div id="pc-version"> | ||
<img src="images/pc_button.png" alt="pc"> | ||
</div> | ||
<div id="typewriter-version"> | ||
<img src="images/typewriter_button.png" alt="typewriter"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Scene UI --> | ||
<div id="scene-ui"> | ||
<div class="controls-container"> | ||
<div> | ||
<div><img src="images/icons/keys_icon.png" class="keyboard-icon" alt="Keys Buttons"></div> | ||
<div>Beats (hold to loop)</div> | ||
</div> | ||
<div> | ||
<div><img src="images/icons/comma_icon.png" class="keyboard-icon" alt=","></div> | ||
<div>Random Beats</div> | ||
</div> | ||
<div> | ||
<div><img src="images/icons/alt_icon.png" class="keyboard-icon" alt="Alt"></div> | ||
<div>Melody (hold to loop)</div> | ||
</div> | ||
<div> | ||
<div><img src="images/icons/space_icon.png" class="keyboard-icon" alt="Spacebar"></div> | ||
<div>Stop sounds</div> | ||
</div> | ||
</div> | ||
<div class="controls-container"> | ||
<div> | ||
<div><img src="images/icons/left_mouse_icon.png" class="mouse-icon" alt="Left mouse"></div> | ||
<div>Rotate view</div> | ||
</div> | ||
<div> | ||
<div><img src="images/icons/scrollbar_icon.png" class="mouse-icon" alt="Scroll mouse"></div> | ||
<div>Zoom</div> | ||
</div> | ||
<div> | ||
<div><img src="images/icons/right_mouse_icon.png" class="mouse-icon" alt="Right mouse"></div> | ||
<div>Pan view</div> | ||
</div> | ||
<div class="no-icon"> | ||
<span>Click on <img src="images/icons/squares_icon.png" alt="▣▣▣▣▣"> to change melody</span> | ||
</div> | ||
<div> | ||
<div><img src="images/icons/tab_icon.png" class="other-icon" alt="Tab"></div> | ||
<div>Camera focus</div> | ||
</div> | ||
<div> | ||
<div><img src="images/icons/enter_icon.png" class="other-icon" alt="Enter"></div> | ||
<div>Show/Hide controls</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<canvas id="effect-canvas" style="visibility: hidden;" height="500" width="500"></canvas> | ||
|
||
<!-- Include jquery --> | ||
<!-- <script src="jquery/jquery.min.js"></script> --> | ||
|
||
<!-- Include tween --> | ||
<!-- <script src="tween/tween.js"></script> --> | ||
|
||
<!-- GLobal variables --> | ||
<script type="text/javascript"> | ||
// let debug = false; | ||
</script> | ||
|
||
<!-- Include the main script --> | ||
<script type="module" src="main.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.