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 first_game_br.md #1238

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions src/tutorials/first_game_br.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ The Battle Royale framework features starting logic for game where the player mu

![!Create New](../img/NewFrameworks/NewFrameworks_NewProject.png){: .center loading="lazy" }

### Select the **Battle Royale** Framework
### Select the **survival** Framework

1. In the **GAMEPLAY FRAMEWORKS** section, select **Battle Royale**.
1. In the **GAMEPLAY FRAMEWORKS** section, select **survival**.
2. In the right side panel, name your project.
3. Click **CREATE**.

![!Battle Royale](../img/FrameworksBR/FrameworksBR_Selection.png){: .center loading="lazy" }
![!survival](../img/FrameworksBR/FrameworksBR_Selection.png){: .center loading="lazy" }

## Testing the Framework

Expand All @@ -48,8 +48,8 @@ The framework requires a minimum of two players to play, so you will need to tes
Test out the following features in the framework:

- Players spawn on the ground.
- After a couple seconds, the players will be moved inside of a Paper Plane.
- Players can drop from the plane using ++space++.
- After a couple seconds, the players will be moved inside of a helicoptor.
- Players can drop from the helicoptor using ++space++.
- Players can activate the parachute while dropping using ++space++.
- Players will be dealt damage if outside the Play Zone.
- The Play Zone will shrink over time.
Expand Down