Skip to content

Commit e59b108

Browse files
authored
Add files via upload
1 parent 902310d commit e59b108

8 files changed

+47
-0
lines changed

fonts/Block Tilt (BRK)_Regular.json

+1
Large diffs are not rendered by default.

fonts/Keypad ADF_Normal.json

+1
Large diffs are not rendered by default.

fonts/Linux Biolinum Keyboard_Regular.json

+1
Large diffs are not rendered by default.

fonts/Square Block_Regular.json

+1
Large diffs are not rendered by default.

index.html

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>yoomy</title>
6+
<style>
7+
body {
8+
margin: 0;
9+
background-color: #0F9D58;
10+
}
11+
</style>
12+
<link rel="stylesheet" type="text/css" href="style.css">
13+
</head>
14+
<body>
15+
<div class="context"></div>
16+
<div class="area">
17+
<ul class="circles">
18+
<li></li>
19+
<li></li>
20+
<li></li>
21+
<li></li>
22+
<li></li>
23+
<li></li>
24+
<li></li>
25+
<li></li>
26+
<li></li>
27+
<li></li>
28+
</ul>
29+
</div>
30+
<div class="animation-container">
31+
<div class="animation-element"></div>
32+
<div class="animation-element"></div>
33+
<div class="animation-element"></div>
34+
<!-- more elements here -->
35+
</div>
36+
37+
<script type="module" src="/main.js"></script>
38+
<div class="container">
39+
<div class="bubbles"></div>
40+
</div>
41+
<button id="restart-button" style="display:none;">Restart</button>
42+
</body>
43+
</html>

sounds/Pixel River.mp3

1.54 MB
Binary file not shown.

sounds/awesomeness.mp3

1.44 MB
Binary file not shown.

sounds/slime_jump.mp3

7.79 KB
Binary file not shown.

0 commit comments

Comments
 (0)