From 2c7d991b3c8e107276772f9c488b651877737f02 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Fri, 2 Aug 2024 19:57:57 +0200 Subject: [PATCH] React to feedback --- docs/quickstart/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/quickstart/readme.md b/docs/quickstart/readme.md index db52fec..68d30d5 100644 --- a/docs/quickstart/readme.md +++ b/docs/quickstart/readme.md @@ -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: