-
-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: Possibility to create RenderableTiledMap from TiledMap #1534
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it a bit inconsistent that loadMap()
returns a TiledMap
, while fromMap()
returns a RenderableTileMap
?
Good catch, maybe |
Created: flame-engine/tiled.dart#42 |
@Hwan-seok If you do a |
@spydon |
22afcca
to
7c190fc
Compare
Super, looks great! I'll do a release of this tonight. :) |
Yup, melos calculates which packages that needs to be released, so at least Flame 1.1.1, flame_forge2d and flame_test will also be released. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Fixes #1533
Checklist
fix:
,feat:
,docs:
etc).docs
and added dartdoc comments with///
.examples
.Breaking Change
Related Issues