forked from tanema/tile_engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcanvas.html
27 lines (23 loc) · 994 Bytes
/
canvas.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<link rel='stylesheet' href='style.css' media='all' />
<canvas id="main_canvas" width='275' height='275'>
<p>Unfortunately, your browser is currently unsupported by this web
application. Sorry for the inconvenience. Please use one of the
supported browsers listed below, or draw the image you want using an
offline tool.</p>
<p>
Supported browsers:
<a href="http://www.google.com/chrome">Chrome</a>,
<a href="http://www.opera.com">Opera</a>,
<a href="http://www.mozilla.com">Firefox</a>,
<a href="http://www.apple.com/safari">Safari</a>,
and
<a href="http://www.konqueror.org">Konqueror</a>.
</p>
</canvas>
<div id="fps">-</div>
<div id="block">-</div>
<div id="message">Loading</div>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="message.js"></script>
<script type="text/javascript" src="tilemap.js"></script>
<script type="text/javascript" src="game.js"></script>