 |
| Site Admin |
 |
Joined: Thu Jan 01, 1970 12:00 am Posts: 3143
|
|
(cross post from blog)
The Emitter interface now has a method named completed() on it which allows the system to remove emitters that have run their course.
This will break existing implementors of Emitter. If you want to stick to the old code use
version="0.3"
In the extension reference. I've also formalised Inteface Change #1, adding GameContainer to the render method. If you're not implementing the non-deprecated API then you're broken after version 0.3.
|
|