huangxingxing 9 ماه پیش
والد
کامیت
f195f060ba
5فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. BIN
      static/Build/Build.data
  2. 0 0
      static/Build/Build.framework.js
  3. BIN
      static/Build/Build.wasm
  4. 2 1
      static/TemplateData/style.css
  5. 2 1
      static/index.html

BIN
static/Build/Build.data


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
static/Build/Build.framework.js


BIN
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>

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است