Commit e3a09d83 authored by Tt's avatar Tt

确认调整

parent 04ff6c8d
...@@ -1251,20 +1251,20 @@ ...@@ -1251,20 +1251,20 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 244, "width": 121,
"height": 232 "height": 311
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0.5, "x": 0.5,
"y": 0 "y": 1
}, },
"_trs": { "_trs": {
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
400, 841.708,
-1032, 1141.106,
0, 0,
0, 0,
0, 0,
...@@ -1330,10 +1330,10 @@ ...@@ -1330,10 +1330,10 @@
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
"_target": null, "_target": null,
"_alignFlags": 36, "_alignFlags": 33,
"_left": 0, "_left": 0,
"_right": 566, "_right": 185.79200000000003,
"_top": 0, "_top": -341.106,
"_bottom": -232, "_bottom": -232,
"_verticalCenter": 0, "_verticalCenter": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,
......
...@@ -562,7 +562,7 @@ cc.Class({ ...@@ -562,7 +562,7 @@ cc.Class({
} }
submitBtn.showed = true; submitBtn.showed = true;
cc.tween(submitBtn) cc.tween(submitBtn)
.by(1, { y: submitBtn.height }) .by(1, { y: -submitBtn.height })
.start(); .start();
}, },
...@@ -574,7 +574,7 @@ cc.Class({ ...@@ -574,7 +574,7 @@ cc.Class({
submitBtn.showed = false; submitBtn.showed = false;
submitBtn.off('click'); submitBtn.off('click');
cc.tween(submitBtn) cc.tween(submitBtn)
.by(1, { y: -submitBtn.height }) .by(1, { y: submitBtn.height })
.start(); .start();
}, },
...@@ -632,7 +632,6 @@ cc.Class({ ...@@ -632,7 +632,6 @@ cc.Class({
}, },
showRestartBtn() { showRestartBtn() {
return;
const btn = cc.find('Canvas/bg/btnReplay'); const btn = cc.find('Canvas/bg/btnReplay');
btn.active = true; btn.active = true;
btn.off('click'); btn.off('click');
...@@ -657,7 +656,6 @@ cc.Class({ ...@@ -657,7 +656,6 @@ cc.Class({
}, },
hideRestartBtn() { hideRestartBtn() {
return;
console.log('hideRestartBtn'); console.log('hideRestartBtn');
const btn = cc.find('Canvas/bg/btnReplay'); const btn = cc.find('Canvas/bg/btnReplay');
btn.active = false; btn.active = false;
......
assets/OP46/textures/btn_submit.png

8.3 KB | W: | H:

assets/OP46/textures/btn_submit.png

13.1 KB | W: | H:

assets/OP46/textures/btn_submit.png
assets/OP46/textures/btn_submit.png
assets/OP46/textures/btn_submit.png
assets/OP46/textures/btn_submit.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": true, "premultiplyAlpha": true,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 244, "width": 121,
"height": 232, "height": 311,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"btn_submit": { "btn_submit": {
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 244, "width": 121,
"height": 232, "height": 311,
"rawWidth": 244, "rawWidth": 121,
"rawHeight": 232, "rawHeight": 311,
"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