Commit 0df32eb5 authored by Guo Yuhang's avatar Guo Yuhang

hiden restart btn

Signed-off-by: Guo Yuhang's avatar郭宇航 <guoyuhang@iplayabc.com>
parent fa90329f
{ {"ver":"1.1.2","uuid":"551f3197-dce7-4bd2-a290-e784ab1d271a","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
"ver": "1.1.2", \ No newline at end of file
"uuid": "551f3197-dce7-4bd2-a290-e784ab1d271a",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
...@@ -318,6 +318,7 @@ var game = cc.Class({ ...@@ -318,6 +318,7 @@ var game = cc.Class({
}, },
showRestartBtn() { showRestartBtn() {
return;
this.btnReStart.active = true; this.btnReStart.active = true;
cc.tween(this.nodCircle) cc.tween(this.nodCircle)
.set({ scale: 0.8, opacity: 255 }) .set({ scale: 0.8, opacity: 255 })
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 2176, "width": 1280,
"height": 1600, "height": 720,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bg_back": { "bg_back": {
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 2176, "width": 1280,
"height": 950, "height": 465,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bg_grass": { "bg_grass": {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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