jack.du 1 year ago
parent
commit
3894c5635e

+ 1 - 1
assets/Script/Loading.ts

@@ -30,7 +30,7 @@ export default class Loading extends cc.Component {
         this.scheduleOnce((): void => {
           const sceneName: string = "Main";
           cc.director.loadScene(sceneName);
-        }, t * str.length + 0.3);
+        }, 2);
 
 
         this.privacyBtn.on('click',this.privacyEvent,this)

+ 3 - 3
assets/Script/Main/UIRank.ts

@@ -27,7 +27,7 @@ export default class UIRank extends cc.Component {
 
     start () {
 
-        
+
     }
     protected onEnable(): void {
         this.closeBtn.node.on('click',this.closeEvent,this)
@@ -45,11 +45,11 @@ export default class UIRank extends cc.Component {
                 CCUtils.getLabel(node, 'score').string = gameModel.historyScores[i - 1].toString();
                 CCUtils.getLabel(node, 'name').string = Utiles.random(1, 20).toString();
             }
-    
+
             CCUtils.getLabel(this.node, 'tcBg/goatLabel').string = 'Highest score: ' + maxNum.toString();
         }
     }
-    
+
     protected onDisable(): void {
         this.closeBtn.node.off('click',this.closeEvent,this)
     }

+ 0 - 13
assets/Texture/UI/Home.meta

@@ -1,13 +0,0 @@
-{
-  "ver": "1.1.3",
-  "uuid": "c64e1682-09e7-4efb-bbf8-395735cabebb",
-  "importer": "folder",
-  "isBundle": false,
-  "bundleName": "",
-  "priority": 1,
-  "compressionType": {},
-  "optimizeHotUpdate": {},
-  "inlineSpriteFrames": {},
-  "isRemoteBundle": {},
-  "subMetas": {}
-}

+ 0 - 13
assets/Texture/UI/Rank.meta

@@ -1,13 +0,0 @@
-{
-  "ver": "1.1.3",
-  "uuid": "c0141513-bfb3-49ea-b4a2-3bdc3e35279d",
-  "importer": "folder",
-  "isBundle": false,
-  "bundleName": "",
-  "priority": 1,
-  "compressionType": {},
-  "optimizeHotUpdate": {},
-  "inlineSpriteFrames": {},
-  "isRemoteBundle": {},
-  "subMetas": {}
-}

+ 0 - 13
assets/Texture/UI/Store.meta

@@ -1,13 +0,0 @@
-{
-  "ver": "1.1.3",
-  "uuid": "34cf5e20-612e-4578-a5b8-4e1fde14f839",
-  "importer": "folder",
-  "isBundle": false,
-  "bundleName": "",
-  "priority": 1,
-  "compressionType": {},
-  "optimizeHotUpdate": {},
-  "inlineSpriteFrames": {},
-  "isRemoteBundle": {},
-  "subMetas": {}
-}

+ 2 - 2
settings/builder.json

@@ -22,7 +22,7 @@
   "zipCompressJs": true,
   "fb-instant-games": {},
   "android": {
-    "packageName": "com.creating.spot.prime ",
+    "packageName": "com.creating.spot.prime",
     "REMOTE_SERVER_ROOT": ""
   },
   "ios": {
@@ -50,6 +50,6 @@
     "skipRecord": false,
     "recordPath": ""
   },
-  "appBundle": false,
+  "appBundle": true,
   "agreements": {}
 }

+ 4 - 1
settings/project.json

@@ -1,4 +1,7 @@
 {
   "start-scene": "c2ba25e1-f77c-4da9-b438-eebef14e38dd",
-  "last-module-event-record-time": 1665936784751
+  "last-module-event-record-time": 1702274788070,
+  "group-list": [
+    "default"
+  ]
 }