Taddeus December 15th, 2013 A feature request:
can we have a way of releasing the memory that is used for our data? Like if I want to load a new level of my game, I currently navigate to a different page that contains the level. It would be nice if I could stay on the same page, release memory used for things in my old level, then load new level.
Gio December 15th, 2013 That's a very good suggestion, but we've already added it in wade 0.8 :)
wade.unloadImage();
We should do the same with sounds in the next version of WADE.
Taddeus December 15th, 2013 Whoops. Erm... I should read the change log I guess Please do sounds too but I needed images first of all