Skip to content

Commit 383e475

Browse files
committed
init
1 parent 006b1b6 commit 383e475

File tree

177 files changed

+20406
-772
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+20406
-772
lines changed

.DS_Store

8 KB
Binary file not shown.

._.gitkeep

4 KB
Binary file not shown.

._draco

4 KB
Binary file not shown.

._models

4 KB
Binary file not shown.

._textures

4 KB
Binary file not shown.

.gitkeep

Whitespace-only changes.

83eb0899ca40f015.webmanifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Jesse's Ramen",
3+
"short_name": "Jesse's Ramen",
4+
"icons": [
5+
{
6+
"src": "/favicon/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/favicon/android-chrome-256x256.png",
12+
"sizes": "256x256",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

README.md

-1
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

assets/images/0adf2932e78e7213.png

792 Bytes

assets/images/8d02841183231ad3.svg

+1

assets/images/8f7cb9e7de037c07.png

1.67 KB

assets/images/b1ba879833e94ae6.png

475 Bytes

basis/._README.md

4 KB
Binary file not shown.

basis/README.md

+46

basis/basis_transcoder.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basis/basis_transcoder.wasm

488 KB
Binary file not shown.

bundle.420122114f40abb8.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
/*!
2+
* Spatial Plugin - Adds support for stereo and 3D audio where Web Audio is supported.
3+
*
4+
* howler.js v2.2.3
5+
* howlerjs.com
6+
*
7+
* (c) 2013-2020, James Simpson of GoldFire Studios
8+
* goldfirestudios.com
9+
*
10+
* MIT License
11+
*/
12+
13+
/*!
14+
* howler.js v2.2.3
15+
* howlerjs.com
16+
*
17+
* (c) 2013-2020, James Simpson of GoldFire Studios
18+
* goldfirestudios.com
19+
*
20+
* MIT License
21+
*/
22+
23+
/*!
24+
* GSAP 3.8.0
25+
* https://greensock.com
26+
*
27+
* @license Copyright 2008-2021, GreenSock. All rights reserved.
28+
* Subject to the terms at https://greensock.com/standard-license or for
29+
* Club GreenSock members, the agreement issued with that membership.
30+
* @author: Jack Doyle, [email protected]
31+
*/
32+
33+
/**
34+
* @license
35+
* Copyright 2010-2022 Three.js Authors
36+
* SPDX-License-Identifier: MIT
37+
*/
38+
39+
/**
40+
* lil-gui
41+
* https://lil-gui.georgealways.com
42+
* @version 0.11.0
43+
* @author George Michael Brower
44+
* @license MIT
45+
*/

bundle.420122114f40abb8.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/main.css

-77
This file was deleted.

draco/README.md

+32

draco/draco_decoder.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

draco/draco_decoder.wasm

275 KB
Binary file not shown.

draco/draco_encoder.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

draco/draco_wasm_wrapper.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

draco/gltf/draco_decoder.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

draco/gltf/draco_decoder.wasm

190 KB
Binary file not shown.

draco/gltf/draco_encoder.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

draco/gltf/draco_wasm_wrapper.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

favicon/android-chrome-192x192.png

1.72 KB

favicon/android-chrome-256x256.png

2.16 KB

favicon/apple-touch-icon.png

1.67 KB

favicon/browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#7F00FF</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

favicon/favicon-16x16.png

475 Bytes

favicon/favicon-32x32.png

792 Bytes

favicon/favicon.ico

33.7 KB
Binary file not shown.

favicon/mstile-150x150.png

2.1 KB

favicon/safari-pinned-tab.svg

+1

favicon/site.webmanifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Jesse's Ramen",
3+
"short_name": "Jesse's Ramen",
4+
"icons": [
5+
{
6+
"src": "/favicon/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/favicon/android-chrome-256x256.png",
12+
"sizes": "256x256",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

html/achievements.html

-94
This file was deleted.

0 commit comments

Comments
 (0)