角色能力,存档
This commit is contained in:
21
Docs/Tuning/README.md
Normal file
21
Docs/Tuning/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Tuning — 开发者参数配置指南
|
||||
|
||||
本文件夹收录各系统的**运行时参数配置说明**,面向关卡设计师与开发者,说明每组参数的物理含义、调整方向以及推荐初始值。
|
||||
|
||||
所有参数均在对应的 ScriptableObject 中配置,无需修改代码。
|
||||
|
||||
---
|
||||
|
||||
## 目录
|
||||
|
||||
| 文件 | 覆盖系统 |
|
||||
|---|---|
|
||||
| [PlayerJumpDash_Tuning.md](PlayerJumpDash_Tuning.md) | 玩家跳跃 / 冲刺手感参数 |
|
||||
|
||||
---
|
||||
|
||||
## 通用约定
|
||||
|
||||
- **单位**:Unity 世界空间单位(1 unit ≈ 1 米,项目中约等于 1 个格子宽)
|
||||
- **帧率**:Physics FixedUpdate 默认 50Hz(0.02s/步)
|
||||
- **重力**:`Physics2D.gravity.y = -9.81`,各重力相关参数均以此为基准倍率
|
||||
Reference in New Issue
Block a user