Skip to content

Commit

Permalink
Merge branch '4.10.1'
Browse files Browse the repository at this point in the history
refs #31
  • Loading branch information
niku committed Mar 10, 2015
2 parents 2aa684e + 9209d09 commit dd02ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main-scene.js
Expand Up @@ -243,7 +243,8 @@ MainSceneLayer.FruitType = [
"GRAPE",
"ORANGE",
"BANANA",
"CHERRY"
"CHERRY",
"GOLDEN"
];
// フルーツの画面上端からのマージン(px)
MainSceneLayer.FRUIT_TOP_MARGIN = 40;
Expand Down

0 comments on commit dd02ffa

Please sign in to comment.