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