Skip to content

Commit

Permalink
Fix some trademarks
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Jan 30, 2024
1 parent a940ef6 commit 8b466d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions demo/readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions docs/src/working_without_bevy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
4 changes: 2 additions & 2 deletions examples/bevy_yarnspinner/assets/dialogue/hello_world.yarn
Original file line number Diff line number Diff line change
Expand Up @@ -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
<<set $animal = "dog">>
Expand All @@ -30,5 +30,5 @@ Cats! (Can't say I agree, but you do you)
<<else>>
Turtles! Solid choice.
<<endif>>
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.
===

0 comments on commit 8b466d4

Please sign in to comment.