huangxingxing 9 月之前
父節點
當前提交
f195f060ba
共有 5 個文件被更改,包括 4 次插入2 次删除
  1. 二進制
      static/Build/Build.data
  2. 0 0
      static/Build/Build.framework.js
  3. 二進制
      static/Build/Build.wasm
  4. 2 1
      static/TemplateData/style.css
  5. 2 1
      static/index.html

二進制
static/Build/Build.data


文件差異過大導致無法顯示
+ 0 - 0
static/Build/Build.framework.js


二進制
static/Build/Build.wasm


+ 2 - 1
static/TemplateData/style.css

@@ -1,8 +1,9 @@
 body { padding: 0; margin: 0 }
-#unity-container { width: 100%; height: 100%; }
+#unity-container {  width: 100%; height: 100%; }
 #unity-canvas { width: 100%; height: 100%; background: #231F20 }
 #unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
 #unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
+#unity-loading { color: white; font-size: 32px; text-align: center; }
 #unity-progress-bar-empty { margin-left: auto; margin-right: auto; width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
 #unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
 #unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

+ 2 - 1
static/index.html

@@ -12,7 +12,8 @@
     <div id="unity-container">
       <canvas id="unity-canvas" width=960 height=600 tabindex="-1"></canvas>
       <div id="unity-loading-bar">
-        <div id="unity-logo"></div>
+        <!-- <div id="unity-logo"></div> -->
+        <div id="unity-loading">加载中…</div>
         <div id="unity-progress-bar-empty">
           <div id="unity-progress-bar-full"></div>
         </div>

部分文件因文件數量過多而無法顯示