fix loading screen
Browse files- Build/webgl2.data +1 -1
- TemplateData/Line_Small_Cube.png +0 -0
- TemplateData/XP_Bar.png +0 -0
- TemplateData/XP_Bar_Fill.png +0 -0
- TemplateData/favicon.ico +0 -0
- TemplateData/style.css +5 -7
Build/webgl2.data
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 114119730
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3203d19c43ff057101f79861c5a56a2bef439891ece0014cbbde1bd75ba2b730
|
3 |
size 114119730
|
TemplateData/Line_Small_Cube.png
ADDED
![]() |
TemplateData/XP_Bar.png
ADDED
![]() |
TemplateData/XP_Bar_Fill.png
ADDED
![]() |
TemplateData/favicon.ico
CHANGED
|
|
TemplateData/style.css
CHANGED
@@ -2,15 +2,13 @@ body { padding: 0; margin: 0 }
|
|
2 |
#unity-container { position: absolute }
|
3 |
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
|
4 |
#unity-container.unity-mobile { width: 100%; height: 100% }
|
5 |
-
#unity-canvas { background: #
|
6 |
.unity-mobile #unity-canvas { width: 100%; height: 100% }
|
7 |
-
#unity-loading-bar {
|
8 |
-
#unity-logo { width:
|
9 |
-
#unity-progress-bar-empty { width:
|
10 |
-
#unity-progress-bar-full { width: 0%; height:
|
11 |
#unity-footer { position: relative }
|
12 |
.unity-mobile #unity-footer { display: none }
|
13 |
-
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
|
14 |
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
|
15 |
-
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
|
16 |
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
|
|
|
2 |
#unity-container { position: absolute }
|
3 |
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
|
4 |
#unity-container.unity-mobile { width: 100%; height: 100% }
|
5 |
+
#unity-canvas { background: #202020 }
|
6 |
.unity-mobile #unity-canvas { width: 100%; height: 100% }
|
7 |
+
#unity-loading-bar {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; text-align:center; }
|
8 |
+
#unity-logo { width: 285px; height:21px;background: url('Line_Small_Cube.png') no-repeat center }
|
9 |
+
#unity-progress-bar-empty { width: 285px; height: 26px; margin-top: 10px; background: url('XP_Bar.png') no-repeat center }
|
10 |
+
#unity-progress-bar-full { width: 0%; height: 26px; margin-top: 10px; background: url('XP_Bar_Fill.png') no-repeat center }
|
11 |
#unity-footer { position: relative }
|
12 |
.unity-mobile #unity-footer { display: none }
|
|
|
13 |
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
|
|
|
14 |
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
|