-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1.11 KB
/
index.html
File metadata and controls
35 lines (30 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<head>
<link rel="stylesheet" href="bootstrap-3.3.7-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="bootstrap-3.3.7-dist/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="style.css">
<script src="jquery/jquery-3.1.0.min.js"></script>
<script src="bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>
</head>
<html>
<body>
<div class="perlin text-center">
<canvas id="noiseCanvas" class=""></canvas>
<script src='perlin.js'></script>
<script>
</script>
</div>
<div class="container text-center" style="width: 100%; height: 100%">
<img id="noise" class="">
<canvas id="C" width="4800px" height="4800px"></canvas>
<img class="hidden" id="spritesheet" src="sprites/pokemon_tiles_corrected.png">
</div>
</body>
<!--<script src="therealcode.js"></script>-->
<!--<script src="therealcodeV2.js"></script>-->
<!--<script src="therealcodeV3.js"></script>-->
<!--<script src="jsonData.js"></script>-->
<!--<script src="therealcodeV4.js"></script>-->
<script src="math.min.js"></script>
<script src="therealcodeV5.js"></script>
<script src="tileSystem.js"></script>
</html>