Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Oct 20, 2023
1 parent 38e657e commit 6a71b36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/fyrox/tutorials/rpg/tutorial-1/tutorial-part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rpg
Learn more about `fyrox-template` command [here](../../../beginning/scripting.md). Now we can run
the game using `cargo run --package executor` command, and you should see a white cube floating in blue space.

> ️⚠️ There are two important commands:
> ️⚠️ There are two important commands:
> To run the game use: `cargo run --package executor` command
> To run the editor use: `cargo run --package editor` command.
Expand Down Expand Up @@ -594,7 +594,8 @@ The most important part, however, is to add a player instance to the level:

![player on level](player_on_level.png)

Now all you need to do is to click on the green `>` button and run the game.
Now all you need to do is to click on the green `>` button and run the game. "Production" build could be created by
running `cargo run --package executor --release`.

## Conclusion

Expand Down

0 comments on commit 6a71b36

Please sign in to comment.