Skip to content

Commit 8df218d

Browse files
authored
Merge pull request #8 from MrAmericanMike/tiles-folders
Tiles folders (Polka-Pipes-Roads)
2 parents 57b7863 + 2d862a8 commit 8df218d

File tree

17 files changed

+176
-173
lines changed

17 files changed

+176
-173
lines changed

index.html

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
5-
<meta charset="utf-8" />
63

7-
</head>
8-
<body>
9-
<main>
10-
</main>
11-
<script src="sketch.js"></script>
12-
</body>
13-
</html>
4+
<head>
5+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
6+
<meta charset="utf-8" />
7+
<title>Wave Function Collapse</title>
8+
</head>
9+
10+
<body>
11+
<main>
12+
</main>
13+
<script src="sketch.js"></script>
14+
</body>
15+
16+
</html>

pipes/blank.png

17.8 KB
Loading

pipes/down.png

14.9 KB
Loading

pipes/left.png

15 KB
Loading

pipes/right.png

15.1 KB
Loading

pipes/up.png

14.9 KB
Loading

polka/blank.png

4.74 KB
Loading

polka/down.png

6.44 KB
Loading

polka/left.png

6.44 KB
Loading

polka/right.png

6.42 KB
Loading

0 commit comments

Comments
 (0)