Skip to content

Commit

Permalink
Merge branch '4.8.2'
Browse files Browse the repository at this point in the history
refs #27
  • Loading branch information
niku committed Mar 7, 2015
2 parents 03d3c2e + 0124a45 commit b9026fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main-scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ var MainSceneLayer = cc.Layer.extend({
res.replayButtonPressed,
function() {
var scene = new MainScene();
cc.director.runScene(scene);
var transition = new cc.TransitionFade(0.5, scene);
cc.director.runScene(transition);
});

// 「タイトルへ戻る」ボタン
Expand Down

0 comments on commit b9026fe

Please sign in to comment.