From 78a7e3494b9be6bc63c23ba2df6f90d85f395221 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Sat, 10 Aug 2024 12:48:55 +0200 Subject: [PATCH] Improve start --- docs/chapters/add_text.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/chapters/add_text.md b/docs/chapters/add_text.md index d633336..60a2305 100644 --- a/docs/chapters/add_text.md +++ b/docs/chapters/add_text.md @@ -6,7 +6,9 @@ This chapter shows how to add a text to a game. This chapter introduces: +- Working with Rust `String`s - The Bevy `TextBundle` +- Using `app.update()` in the wrong place causing problems ## 2.6.1. First test: an `App` has no text