Commit ce69965c authored by haiyoucuv's avatar haiyoucuv

Revert "daily_20241109_fit"

This reverts commit 1d2f60d0
parent 8f3af8bf
This diff is collapsed.
import { _decorator, assetManager, Component, Label, Node, Prefab, ProgressBar, ResolutionPolicy, resources, screen, view, } from 'cc'; import { _decorator, assetManager, Component, Label, Node, Prefab, ProgressBar, resources, } from 'cc';
import { PREVIEW } from 'cc/env'; import { PREVIEW } from 'cc/env';
import { UIMgr } from "../Module/UIMgr"; import { UIMgr } from "../Module/UIMgr";
import { changeScene, showPanel, showToast } from "db://assets/Module/UIFast"; import { changeScene, showPanel, showToast } from "db://assets/Module/UIFast";
...@@ -32,7 +32,6 @@ export class Start extends Component { ...@@ -32,7 +32,6 @@ export class Start extends Component {
onLoad() { onLoad() {
// game.frameRate = _FPS; // game.frameRate = _FPS;
// 预览调试时,显示性能统计面板 // 预览调试时,显示性能统计面板
if (PREVIEW) { if (PREVIEW) {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"config": { "config": {
"images": [], "images": [],
"sceneUUID": {}, "sceneUUID": {},
"scene": "53947ca7-3484-4b53-800d-509405063d68" "scene": "7b5de2a0-8504-46ba-9019-37a3548ce8e1"
}, },
"show": false "show": false
} }
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"enable": true, "enable": true,
"customSplash": { "customSplash": {
"complete": true, "complete": true,
"form": "https://creator-api.cocos.com/api/form/show?sid=c8b0f711bb162e709b868ea0782d22de" "form": "https://creator-api.cocos.com/api/form/show?sid=441e6f8e3e7ba0c9581ed7936daee45d"
} }
}, },
"removeSplash": { "removeSplash": {
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"enable": true, "enable": true,
"removeSplash": { "removeSplash": {
"complete": true, "complete": true,
"form": "https://creator-api.cocos.com/api/form/show?sid=c8b0f711bb162e709b868ea0782d22de" "form": "https://creator-api.cocos.com/api/form/show?sid=441e6f8e3e7ba0c9581ed7936daee45d"
} }
} }
} }
......
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
"general": { "general": {
"designResolution": { "designResolution": {
"width": 750, "width": 750,
"height": 1624, "height": 1624
"fitHeight": false
}, },
"downloadMaxConcurrency": 20, "downloadMaxConcurrency": 20,
"renderPipeline": "c7e748e8-be82-4f6f-b2c0-085b604e40e5" "renderPipeline": "c7e748e8-be82-4f6f-b2c0-085b604e40e5"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment