Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CombatSystem.md #40

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/cck/components/CombatSystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Adding this component enables PvP and PVE style gamemodes in your world. Best us
##### Respawn Behavior
Choose how the player will respawn upon being downed.
+ **Respawn Behavior**
* **Respawn On World:** Uses the CVRWorld Spawn Point.
* **Respawn On Point:** Uses the transform of the Respawn Point Property.
* **Respawn In Place:** Will respawn the player at the point they were downed.
- **Respawn On World:** Uses the CVRWorld Spawn Point.
- **Respawn On Point:** Uses the transform of the Respawn Point Property.
- **Respawn In Place:** Will respawn the player at the point they were downed.
+ **Respawn Point:** The GameObject Transform property the player will respawn at when using the **Respawn On Point** Respawn Behavior.
+ **Respawn Time:** The time after being down the player will respawn.

Expand Down