React to feedback

This commit is contained in:
Jan Hohenheim 2024-08-02 19:57:57 +02:00
parent 02c844844e
commit 2c7d991b3c
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Quickstart
This guide assumes you use Blender 4.2 or newer.
This guide assumes you use Blender 4.2 or newer and have set it to English.
> [!NOTE]
> This is not a Blender tutorial. No worries, we will make sure you find all necessary buttons to click, but we will not explain in detail what Blender concepts like "collections" or "scenes" are. If you are not familiar with Blender, you might want to look up some basic tutorials first.
@ -32,6 +32,8 @@ cargo add bevy
cargo add blenvy --git https://github.com/kaosat-dev/Blenvy/ --branch blenvy
```
This guide will tell you to `cargo run` at multiple points. We expect that you are still in the `my_game` directory when you do so.
Now, replace the contents of `src/main.rs` with the following:
<details>