Skip to content
Snippets Groups Projects
Unverified Commit 47b0b626 authored by Franz Dietrich's avatar Franz Dietrich Committed by GitHub
Browse files

fix typo (#46)

parent 5827b0ee
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ App::default() ...@@ -48,7 +48,7 @@ App::default()
### Animate a component ### Animate a component
Animate the transform position of an entity by creating a `Tween` animation for the tranform, and adding an `Animator` component with that tween: Animate the transform position of an entity by creating a `Tween` animation for the transform, and adding an `Animator` component with that tween:
```rust ```rust
// Create a single animation (tween) to move an entity. // Create a single animation (tween) to move an entity.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment