Conversation
| @@ -0,0 +1,29 @@ | |||
| # flame_typled | |||
|
|
|||
| flame_typled provides integration between [Typled](https://pub.dev/packages/typled) sprite atlases | |||
There was a problem hiding this comment.
It would be good to start with a brief introduction of what typled is too
There was a problem hiding this comment.
@erickzanardo do you have a blurb? don't want to mis-represent based on my specific use case
There was a problem hiding this comment.
I've never used typled so you probably know more than me 😄
|
|
||
| # flame_typled | ||
|
|
||
| Package to add Typled sprite atlas support Flame's sprites. |
There was a problem hiding this comment.
Here it would also be good to have a description of what it is and when to use it
| @@ -0,0 +1,45 @@ | |||
| # Miscellaneous | |||
| *.class | |||
There was a problem hiding this comment.
Do we have a git ignore for the other examples? Or are we relying on the root one?
There was a problem hiding this comment.
ohh good catch. this was auto generated. let me remove
| /// | ||
| /// When [disablePadding] is `true`, the original image is used as-is | ||
| /// without edge-repeated padding. | ||
| static Future<TypledSpriteAtlas> load( |
There was a problem hiding this comment.
Do we have an extension on FlameGame too, like we have for the other sprite atlas classes?
Description
Add a new bridge package for typled.
Basically handles:
As seen on sokobros.
Checklist
docsand added dartdoc comments with///.examplesordocs.Breaking Change?