Commit e3a09d83 authored by Tt's avatar Tt

确认调整

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