소스 검색

no message

lgh 6 달 전
부모
커밋
af91e848e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      assets/scripts/game/gameConstants.ts

+ 1 - 1
assets/scripts/game/gameConstants.ts

@@ -160,6 +160,6 @@ const gameConstants = {
 
     SOUND_PUSH_CHECK_Y:0.7, //落到推动层上播放金币音效的位置
 
-    MaxAwardCount:3,  //最大礼物数量
+    MaxAwardCount:30,  //最大礼物数量
 }
 export { gameConstants }