Spaces:
Running
Running
ThomasFfefefef
commited on
Commit
·
a72f796
1
Parent(s):
30dfcd9
Sort Model by letter
Browse files- Build/Huggy.data.unityweb +2 -2
- Build/Huggy.framework.js.unityweb +2 -2
- Build/Huggy.wasm.unityweb +2 -2
- index.html +2 -3
Build/Huggy.data.unityweb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb032d4475a2f9c2328eda8b8ec5222bf1622999e2391af9a443ec109ca690d4
|
3 |
+
size 5358941
|
Build/Huggy.framework.js.unityweb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4900c6fbfe2ffe36ec8dd519effa3f2ca2aa0417dd0f904f0f6941f5aa0a9f0
|
3 |
+
size 82837
|
Build/Huggy.wasm.unityweb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a98bc4977898f2476c9ba23607afdae00868f85b41a2ccf94672aa439439212
|
3 |
+
size 8595856
|
index.html
CHANGED
@@ -7,18 +7,17 @@
|
|
7 |
<title>Huggy</title>
|
8 |
<link rel="shortcut icon" href="TemplateData/favicon.ico">
|
9 |
<link rel="stylesheet" href="TemplateData/style.css">
|
10 |
-
|
11 |
div#discordButton button{
|
12 |
position: absolute;
|
13 |
left: 0px;
|
14 |
}
|
15 |
</style>
|
16 |
-
|
17 |
<!-- Bootstrap CSS -->
|
18 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
19 |
</head>
|
20 |
<body class="dark">
|
21 |
-
|
22 |
<div class="modal fade" id="infoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
23 |
<div class="modal-dialog" role="document">
|
24 |
<div class="modal-content">
|
|
|
7 |
<title>Huggy</title>
|
8 |
<link rel="shortcut icon" href="TemplateData/favicon.ico">
|
9 |
<link rel="stylesheet" href="TemplateData/style.css">
|
10 |
+
<style>
|
11 |
div#discordButton button{
|
12 |
position: absolute;
|
13 |
left: 0px;
|
14 |
}
|
15 |
</style>
|
|
|
16 |
<!-- Bootstrap CSS -->
|
17 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
18 |
</head>
|
19 |
<body class="dark">
|
20 |
+
<!-- Modal -->
|
21 |
<div class="modal fade" id="infoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
22 |
<div class="modal-dialog" role="document">
|
23 |
<div class="modal-content">
|