Skip to content

Commit 9a8eac9

Browse files
Fix links for NuGet readme
1 parent b2a27aa commit 9a8eac9

File tree

1 file changed

+40
-21
lines changed

1 file changed

+40
-21
lines changed

.nuget/README.md

Lines changed: 40 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,45 +9,64 @@ A Cross Platform C# Library That Adds Support For Aseprite Files in MonoGame Pro
99

1010
[MonoGame.Aseprite](https://monogameaseprite.net) is a free and open source library for the [MonoGame Framework](https://www.monogame.net) that assists in importing [Aseprite](https://www.aseprite.org) (.ase | .aseprite) files into your game project. No need to export a spritesheet from Aseprite and have to deal with a PNG + JSON file. With [MonoGame.Aseprite](https://monogameaseprite.net), you can use the Aseprite file directly.
1111

12-
[MonoGame.Aseprite](https://monogameaseprite.net) supports importing the file **both with and without the MGCB Editor** (also known as the Content Pipeline Tool). Along with importing the file contents, several [**processors**](https://monogameaseprite.net/docs/processors/processors-overview) have been designed to transform the file contents into a more meaningful state to use within MonoGame.
12+
[MonoGame.Aseprite](https://monogameaseprite.net) supports importing the file **both with and without the MGCB Editor** (also known as the Content Pipeline Tool). Along with importing the file contents, several [**processors**](https://monogameaseprite.net/guides/processors/processors-overview.html) have been designed to transform the file contents into a more meaningful state to use within MonoGame.
1313

1414
[MonoGame.Aseprite](https://monogameaseprite.net) also supports outputting the processed file content to disk in a binary format and reader classes to read the processed information back in. This adds support for pre-processing content using any build or content workflow the end user has as long as it can use the [MonoGame.Aseprite](https://monogameaseprite.net) library.
1515

1616
## Getting Started
17-
To get started using [MonoGame.Aseprite](https://monogameaseprite.net) start with the [Installation document](https://monogameaseprite.net/docs/getting-started/installation).
17+
18+
To get started using [MonoGame.Aseprite](https://monogameaseprite.net) start with the [Installation document](https://monogameaseprite.net/guides/getting-started/installation.html).
1819

1920
## Features
20-
* Import your Aseprite file at runtime with and without the MGCB Editor (Content Pipeline Tool)
21-
* Multiple built-in [processors](https://monogameaseprite.net/docs/processors/processors-overview) that can be used to transform the data from your Aseprite file into any of the following:
22-
* [Sprite](https://monogameaseprite.net/docs/api/MonoGame.Aseprite/Sprites/Sprite/)
23-
* [TextureAtlas](https://monogameaseprite.net/docs/api/MonoGame.Aseprite/Sprites/TextureAtlas/)
24-
* [SpriteSheet](https://monogameaseprite.net/docs/api/MonoGame.Aseprite/Sprites/SpriteSheet/)
25-
* [Tileset](https://monogameaseprite.net/docs/api/MonoGame.Aseprite/Tilemaps/Tileset/)
26-
* [Tilemap](https://monogameaseprite.net/docs/api/MonoGame.Aseprite/Tilemaps/Tilemap/)
27-
* [AnimatedTilemap](https://monogameaseprite.net/docs/api/MonoGame.Aseprite/Tilemaps/AnimatedTilemap/).
28-
* All blend modes in Aseprite supported 1:1.
29-
* Runtime writers and readers that can be used in custom content processing workflows to preprocess content outside of the game.
21+
22+
- Import your Aseprite file at runtime with and without the MGCB Editor (Content Pipeline Tool)
23+
- Multiple built-in [processors](https://monogameaseprite.net/guides/processors/processors-overview.html) that can be used to transform the data from your Aseprite file into any of the following:
24+
- [Sprite](https://monogameaseprite.net/guides/processors/sprite-processor.html)
25+
- [TextureAtlas](https://monogameaseprite.net/guides/processors/texture-atlas-processor.html)
26+
- [SpriteSheet](https://monogameaseprite.net/guides/processors/sprite-sheet-processor.html)
27+
- [Tileset](https://monogameaseprite.net/guides/processors/tileset-processor.html)
28+
- [Tilemap](https://monogameaseprite.net/guides/processors/tilemap-processor.html)
29+
- [AnimatedTilemap](https://monogameaseprite.net/guides/processors/animated-tilemap-processor.html).
30+
- All blend modes in Aseprite supported 1:1.
31+
- Runtime writers and readers that can be used in custom content processing workflows to preprocess content outside of the game.
3032

3133
## What Next?
3234

3335
- Read the [documentation](https://monogameaseprite.net/).
3436
- Join the [Discord](https://discord.gg/8jFvHhuMJU) to ask questions or keep up to date.
3537
- Submit an [issue on GitHub](https://github.com/AristurtleDev/monogame-aseprite/issues).
36-
- Follow me on [Mastodon](https://mastodon.gamedev.place/@aristurtle) or [Twitter](https://www.twitter.com/aristurtledev).
38+
- Follow me on [Mastodon](https://mastodon.gamedev.place/@aristurtle) or [Twitter](https://www.twitter.com/aristurtledev).
39+
40+
## Games Made With MonoGame.Aseprite
41+
The following are games that have been made using MonoGame.Aseprite as part of the content workflow in MonoGame
42+
43+
| Game | Developer Links |
44+
|--- |---|
45+
| <h3 align="center">Superstar Strategy</h3> <img src="https://cdn.akamai.steamstatic.com/steam/apps/1756730/header.jpg?t=1696817764"> | <ul><li>Steam: <a href="https://store.steampowered.com/app/1756730/Superstar_Strategy/">https://store.steampowered.com/app/1756730/Superstar_Strategy/</a></li><li>Twitter: <a href="https://x.com/TalberonGames">https://x.com/TalberonGames</a></li></ul>
46+
| <h3 align="center">Unnamed</h3> <img src="https://img.itch.zone/aW1nLzEzNjQ1MTM5LnBuZw==/original/yOAqCD.png"/> | <ul><li>Itch.io: <a href="https://fypur.itch.io/unnamed">https://fypur.itch.io/unnamed</a></li><li>Youtube: <a href="https://youtube.com/c/fypur">https://youtube.com/c/fypur</a></li></ul> |
47+
48+
## Support
3749

38-
## Support
3950
If you would like to support this project in any way, there are quite a few ways to do this no matter who you are.
40-
* Tell others about this project.
41-
* Contribute to this project (Please ensure you read the [Contributing Guide](./CONTRIBUTING.md)).
42-
* [Submit an Issue](https://github.com/AristurtleDev/monogame-aseprite/issues) if you find a problem
43-
* [Star](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars) this project on Github.
4451

45-
If you would prefer to send me a tip/donation, you can do so at my [Ko-fi page](https://ko-fi.com/aristurtledev). This is always appreciated and all donations go towards funding projects of mine such as this one.
52+
- Tell others about this project.
53+
- Contribute to this project (Please ensure you read the [Contributing Guide](./CONTRIBUTING.md)).
54+
- [Submit an Issue](https://github.com/AristurtleDev/monogame-aseprite/issues) if you find a problem
55+
- [Star](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars) this project on Github.
56+
57+
If you would prefer to send me a tip/donation, you can do so at my [Ko-fi page](https://ko-fi.com/aristurtledev). This is always appreciated and all donations go towards funding projects of mine such as this one.
58+
59+
[![](.github/images/kofi-bg-white.webp)](https://ko-fi.com/aristurtledev)
60+
61+
You can also support me through [GitHub Sponsors](https://github.com/sponsors/AristurtleDev). This and the Ko-Fi links can both be found in the sidebar to the right on this repository page.
62+
63+
The following is a list of amazing people that have donated to sponsor this project. If you have donated but weren't added to the list, please get in contact with me.
4664

47-
[![](.github/images/kofi-bg-white.webp#gh-dark-mode-only)](https://ko-fi.com/aristurtledev)
4865

49-
You can also support me through [GitHub Sponsors](https://github.com/sponsors/AristurtleDev). This and the Ko-Fi links can both be found in the sidebar to the right on this repository page.
66+
* [fdrobidoux](https://github.com/fdrobidoux)
67+
* [Anticdope](https://twitter.com/anticdope)
5068

69+
---
5170

5271
## License
5372

0 commit comments

Comments
 (0)