From 8b466d4cd7edafb9992a755d8db567de4ce9aa90 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Tue, 30 Jan 2024 02:03:49 +0100 Subject: [PATCH] Fix some trademarks --- demo/readme.md | 4 ++-- docs/src/introduction.md | 2 +- docs/src/working_without_bevy.md | 4 ++-- examples/bevy_yarnspinner/assets/dialogue/hello_world.yarn | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/demo/readme.md b/demo/readme.md index fabc7a40..049da2ac 100644 --- a/demo/readme.md +++ b/demo/readme.md @@ -1,6 +1,6 @@ -# Yarn Spinner Demo +# Yarn Spinner for Rust Demo -This crate is a complete example of a demo game showing off all kinds of features of Yarn Spinner. +This crate is a complete example of a demo game showing off all kinds of features of Yarn Spinner for Rust. You can run it natively with ```bash cargo run --bin bevy_yarnspinner_demo diff --git a/docs/src/introduction.md b/docs/src/introduction.md index 93c4cd0f..afe4abbe 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -7,4 +7,4 @@ Please click on the link that describes your situation the best. - [I'm new to all of this](./yarn_files.md) - [I have used Yarn Spinner for Unity before](./bevy_plugin.md) -- [I want to port Yarn Spinner to another language than Rust or another engine than Bevy](./working_without_bevy) +- [I want to work without Bevy](./working_without_bevy) diff --git a/docs/src/working_without_bevy.md b/docs/src/working_without_bevy.md index 588fc76b..ca5ff566 100644 --- a/docs/src/working_without_bevy.md +++ b/docs/src/working_without_bevy.md @@ -2,5 +2,5 @@ While we currently emphasize the use of the Bevy plugin, Yarn Spinner for Rust is a standalone library that can be used with any game engine (or none at all!). -While there is currently no in-depth documentation on this, the [Yarn Spinner tests](../../crates/yarnspinner/tests) should point you in the right direction. -If you want to port Yarn Spinner to another engine, feel free to reach out by [creating an issue](https://github.com/YarnSpinnerTool/YarnSpinner-Rust/issues/new)! +While there is currently no in-depth documentation on this, our [test suite](../../crates/yarnspinner/tests) should point you in the right direction. +If you want to port Yarn Spinner for Rust to another engine, feel free to reach out by [creating an issue](https://github.com/YarnSpinnerTool/YarnSpinner-Rust/issues/new)! diff --git a/examples/bevy_yarnspinner/assets/dialogue/hello_world.yarn b/examples/bevy_yarnspinner/assets/dialogue/hello_world.yarn index a3dfbfc1..25159794 100644 --- a/examples/bevy_yarnspinner/assets/dialogue/hello_world.yarn +++ b/examples/bevy_yarnspinner/assets/dialogue/hello_world.yarn @@ -12,7 +12,7 @@ Now we'll jump to another node! title: AnotherNode --- Now, a character will talk. Notice how the upper left corner of the dialogue will show their name. -Hohenheim: Hi, I'm Jan Hohenheim, creator of Yarn Spinner. I hope you enjoy using it! +Hohenheim: Hi, I'm Jan Hohenheim, creator of Yarn Spinner for Rust. I hope you enjoy using it! Let's set a condition. Do you prefer dogs or cats? -> Dogs <> @@ -30,5 +30,5 @@ Cats! (Can't say I agree, but you do you) <> Turtles! Solid choice. <> -Et voilĂ ! That was all. Thanks for checking out Yarn Spinner! Continuing from the last node will exit the dialogue. +Et voilĂ ! That was all. Thanks for checking out Yarn Spinner for Rust! Continuing from the last node will exit the dialogue. ===