-
-
Notifications
You must be signed in to change notification settings - Fork 642
Roadmap
parasyte edited this page Sep 29, 2012
·
13 revisions
A quick look at some of the features we want to have completed by certain milestones. Including some API-breaking changes we expect.
- Plugin API: Ticket #85
- Debug panel: Ticket #108
- ImageLayer objects for parallax scrolling backgrounds: Tickets #12 and #100
- Support for screen auto-resize: Ticket #4
- Scrolling support with dirtyRegion (and performance): Ticket #101
- Performance: Multiple-phase collisions: Ticket #103
-
me.GUI_Object.onClicked
->onClick
: Ticket #120 - Normalize arguments passed to
me.TiledLayer.[getTile|getTileId|setTile|clearTile]
: Ticket #107
- ObjectEntity will not inherit from AnimationSheet, it will have an array of AnimationSheets: Ticket #15
- Entity Groups: Ticket #59
- Support size differences between map tiles and tileset tiles: Ticket #105
- Treat
floating
object position in screen coordinates, andnon-floating
object positions in world coordinates: Ticket #119