Commit 562e0ab1 authored by Master Q's avatar Master Q

233

parent b154567c
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
}) })
</script> </script>
<!-- 构建的js --> <!-- 构建的js -->
<script src="//yun.duiba.com.cn/db_games/activity/template/1655698388/output.js" crossorigin="anonymous"></script> <script src="//yun.duiba.com.cn/db_games/activity/template/1655704446/output.js" crossorigin="anonymous"></script>
</body> </body>
</html> </html>
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -621,5 +621,5 @@ export const ResJson = { ...@@ -621,5 +621,5 @@ export const ResJson = {
} }
} }
], ],
"path": "https://yun.duiba.com.cn/db_games/activity/template/1655698376/resource/" "path": "https://yun.duiba.com.cn/db_games/activity/template/1655704434/resource/"
} }
\ No newline at end of file
...@@ -199,7 +199,7 @@ export const ParkourGameConfig: ParkourGameConfigInfer = { ...@@ -199,7 +199,7 @@ export const ParkourGameConfig: ParkourGameConfigInfer = {
{ {
uniqueKey: 'shit', // 这个是障碍物 uniqueKey: 'shit', // 这个是障碍物
Container: 'obstack2.png', Container: 'obstack2.png',
ProbabilityPort: 1000, ProbabilityPort: 10,
// anchorX: 130, // anchorX: 130,
// anchorY: 130, // anchorY: 130,
collisionConfig: { collisionConfig: {
...@@ -210,24 +210,24 @@ export const ParkourGameConfig: ParkourGameConfigInfer = { ...@@ -210,24 +210,24 @@ export const ParkourGameConfig: ParkourGameConfigInfer = {
h: 50 h: 50
} }
}, },
// { {
// uniqueKey: 'protect', uniqueKey: 'protect',
// Container: 'obstack3.png', Container: 'obstack3.png',
// ProbabilityPort: 0, ProbabilityPort: 3,
// // anchorX: 100, // anchorX: 100,
// // anchorY: 100, // anchorY: 100,
// collisionConfig: { collisionConfig: {
// type: 'rect', type: 'rect',
// x: -50, x: -50,
// y: 0, y: 0,
// w: 100, w: 100,
// h: 50 h: 50
// } }
// } }
], ],
CommonConfig: { CommonConfig: {
speed: 300, // 速度 可以通过GAME_SPEEDUP 修改 speed: 300, // 速度 可以通过GAME_SPEEDUP 修改
CollisionDebug: true, // 碰撞检测 debug CollisionDebug: false, // 碰撞检测 debug
GamerAxisY: 1100, // 玩家轴Y GamerAxisY: 1100, // 玩家轴Y
GamerIndex: 1, // 当前玩家索引 在哪条道 GamerIndex: 1, // 当前玩家索引 在哪条道
DetermineXAxis: 50, // 左右滑动判定距离 DetermineXAxis: 50, // 左右滑动判定距离
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment