浏览代码

食物号码调整

wangxy 4 月之前
父节点
当前提交
4c18175c8d
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      pages/game/components/constantConfig.js

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

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