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

233

parent b154567c
......@@ -100,7 +100,7 @@
})
</script>
<!-- 构建的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>
</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 = {
}
}
],
"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 = {
{
uniqueKey: 'shit', // 这个是障碍物
Container: 'obstack2.png',
ProbabilityPort: 1000,
ProbabilityPort: 10,
// anchorX: 130,
// anchorY: 130,
collisionConfig: {
......@@ -210,24 +210,24 @@ export const ParkourGameConfig: ParkourGameConfigInfer = {
h: 50
}
},
// {
// uniqueKey: 'protect',
// Container: 'obstack3.png',
// ProbabilityPort: 0,
// // anchorX: 100,
// // anchorY: 100,
// collisionConfig: {
// type: 'rect',
// x: -50,
// y: 0,
// w: 100,
// h: 50
// }
// }
{
uniqueKey: 'protect',
Container: 'obstack3.png',
ProbabilityPort: 3,
// anchorX: 100,
// anchorY: 100,
collisionConfig: {
type: 'rect',
x: -50,
y: 0,
w: 100,
h: 50
}
}
],
CommonConfig: {
speed: 300, // 速度 可以通过GAME_SPEEDUP 修改
CollisionDebug: true, // 碰撞检测 debug
CollisionDebug: false, // 碰撞检测 debug
GamerAxisY: 1100, // 玩家轴Y
GamerIndex: 1, // 当前玩家索引 在哪条道
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