Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit 8a8e185

Browse files
committed
minimized version, use it
1 parent 701b464 commit 8a8e185

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
}
1717
</style>
1818
<link href='http://fonts.googleapis.com/css?family=MedievalSharp' rel='stylesheet' type='text/css'>
19+
<script type="text/javascript" src="js/app.min.js"></script>
1920
</head>
2021
<body>
2122
<canvas id="myCanvas"></canvas>
22-
<script type="text/javascript" src="js/app.js"></script>
2323
<p>Move using the arrows (UP: advance, DOWN: move back, LEFT/RIGHT: rotate)</p>
2424
<p>Press f for fullscreen, hold m for map</p>
2525
<p>Further info: <a href="https://github.com/reidrac/canvas-raycasting">https://github.com/reidrac/canvas-raycasting</a>

js/app.min.js

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)