-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
285 additions
and
104,384 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,33 +1,41 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<head> | ||
<title>GD</title> | ||
|
||
<head> | ||
<title>GD</title> | ||
|
||
<meta charset="utf-8"> | ||
<script src='https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.3/socket.io.js'></script> | ||
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> | ||
<link rel="stylesheet" href="main.css"/> | ||
<script src='https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.3/socket.io.js'></script> | ||
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> | ||
<link rel="stylesheet" href="main.css" /> | ||
</head> | ||
<style> | ||
body { | ||
margin: 0; | ||
} | ||
|
||
canvas { | ||
width: 100%; | ||
height: 100% | ||
} | ||
|
||
</style> | ||
</head> | ||
<style> | ||
body { margin: 0; } | ||
canvas { width: 100%; height: 100% } | ||
</style> | ||
</head> | ||
<body> | ||
<div id="blocker"> | ||
|
||
<div id="instructions"> | ||
<span style="font-size:40px">Click to play</span> | ||
<br /> | ||
(W, A, S, D = Move, SPACE = Jump, MOUSE = Look around) | ||
</div> | ||
<body> | ||
<div id="blocker"> | ||
|
||
<div id="instructions"> | ||
<span style="font-size:40px">Click to play</span> | ||
<br /> (W, A, S, D = Move, SPACE = Jump, MOUSE = Look around) | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
<script type="text/javascript" src="js/bundle.js"></script> | ||
|
||
<script type="text/javascript" src="js/bundle.js"></script> | ||
<!-- <script src="./node_modules/three/examples/js/loaders/OBJLoader2.js"</script> --> | ||
|
||
<!-- <script src="./node_modules/three/examples/js/loaders/OBJLoader2.js"</script> --> | ||
</body> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.