Commit 94aa1dd3 authored by 范雪寒's avatar 范雪寒

fix: 让猴子飞的更高一点

parent eb05e278
...@@ -964,7 +964,7 @@ cc.Class({ ...@@ -964,7 +964,7 @@ cc.Class({
letterNodeBase.name = 'letterNodeBase0'; letterNodeBase.name = 'letterNodeBase0';
letterNodeBase.zIndex = 10; letterNodeBase.zIndex = 10;
cc.tween(letterNodeBase) cc.tween(letterNodeBase)
.to(1, { y: 1000 }, { easing: 'cubicIn' }) .to(1.2, { y: 1500 }, { easing: 'cubicIn' })
.start(); .start();
}, },
......
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