Commit 3ad7c03b authored by 陈冲's avatar 陈冲

fix: 修复game5 h5版马刚出现跑的慢

parent e9bd242e
......@@ -39,7 +39,7 @@ const CIRCLE_THROW_MS = 1200 // 圈圈飞行时长
const HIT_FADE_MS = 400 // 被套中后马消失延迟
// ── 难度递增参数:随游戏时间从 0→60s 指数曲线变化 ──
const HORSE_SPEED_MIN = 30 // px/s 初始速度
const HORSE_SPEED_MIN = 80 // px/s 初始速度
const HORSE_SPEED_MAX = 200 // px/s 最大速度(60s 时,7倍提升)
const SPAWN_MIN_START = 3000 // ms 初始最短生成间隔
const SPAWN_MIN_END = 800 // ms 最终最短生成间隔
......
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