Skip to content

Fix AniamtedSprite typo on introduction.md #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/about/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Some of the main features of **MonoGame.Extended** include:
| Feature | Description |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Texture Handling](/docs/features/texture-handling/texture2dregion/texture2dregion.md) | Offers utility classes like `Texture2DRegion`, `Texture2DAtlas`, and `Sprite` to better manage using `Texture2D` and rendering 2D sprite graphics |
| [2D Animations](/docs/features/2d-animations/spritesheet/spritesheet.md) | Offers utility class such as `SpriteSheet` and `AniamtedSprite` for creating and managing 2D sprite animations. |
| [2D Animations](/docs/features/2d-animations/spritesheet/spritesheet.md) | Offers utility class such as `SpriteSheet` and `AnimatedSprite` for creating and managing 2D sprite animations. |
| [Fonts](/docs/features/fonts/bitmapfont/bitmapfont.md) | Provides support for Bitmap Fonts created with BMFont or Hiero. |
| [Input](/docs/features/input/keyboardextended/keyboardextended.md) | Utility classes that extend the base input states provided by MonoGame as well as an `InputListener` for event based input events instead of poll based. |
| [Camera](/docs/features/camera/camera.md) | Class wrapper for viewport objects. Allows easily moving the viewable area of your world. |
Expand Down Expand Up @@ -52,4 +52,4 @@ The maintainers are also active in the main [MonoGame Discord](https://discord.g
## Something Missing?
If you discover any issues with the documentation or have suggestions for improvement, please create an issue in the [documentation GitHub repository](https://github.com/craftworkgames/craftworkgames.github.io) or join the [MonoGame.Extended Discord](https://discord.gg/FvZ8Z7EzPJ) and leave a message. Contributions to the documentation are encouraged and welcome; please read the [Contributing](/docs/about/contributing) document first.

For issues or feature requests in the **MonoGame.Extended** library itself, please open new requests on the [MonoGame.Extended GitHub](https://github.com/craftworkgames/MonoGame.Extended).
For issues or feature requests in the **MonoGame.Extended** library itself, please open new requests on the [MonoGame.Extended GitHub](https://github.com/craftworkgames/MonoGame.Extended).