Commit 86364e5b authored by liujiangnan's avatar liujiangnan

feat: 更换提示位置

parent 689cb710
No preview for this file type
This diff is collapsed.
......@@ -436,7 +436,7 @@ cc.Class({
return;
}
const {width, height} = cc.find(`Canvas/bg`);
cc.find(`Canvas/Controls/ProgressBar/text_tips`).active = false;
cc.find(`Canvas/text_tips`).active = false;
cc.find(`Canvas/bg`).active = false;
cc.find(`Canvas/bgwhite`).active = false;
cc.find(`Canvas/bg_video_shadow`).active = false;
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 235,
"height": 116,
"width": 280,
"height": 125,
"platformSettings": {},
"subMetas": {
"text_tips": {
......@@ -19,13 +19,13 @@
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 235,
"height": 116,
"rawWidth": 235,
"rawHeight": 116,
"offsetY": -1,
"trimX": 16,
"trimY": 9,
"width": 248,
"height": 109,
"rawWidth": 280,
"rawHeight": 125,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
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