소스 검색

游戏调整

wangxy 4 달 전
부모
커밋
b064c5da3a
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      pages/game/components/constantConfig.js

+ 6 - 6
pages/game/components/constantConfig.js

@@ -1,18 +1,18 @@
 // 食物种类列表
 export const foodSpeciesList = [{
-		id: 100,
+		id: 30,
 		imgUrl: '/static/images/game/food-img1.png',
-		credit: 30
+		credit: 100
 	},
 	{
-		id: 300,
+		id: 100,
 		imgUrl: '/static/images/game/food-img2.png',
-		credit: 100
+		credit: 300
 	},
 	{
-		id: 600,
+		id: 300,
 		imgUrl: '/static/images/game/food-img3.png',
-		credit: 300
+		credit: 600
 	}
 ]