Skip to content
This is the official engine version 0.2.8

 o Modify the Point API to access Point or Vector2D for some methods
   (e.g. translate) as a convenience
 o Breaking change (sorry!) to the Vector2D API's regarding direction so that
   they return/take radians instead of degrees. New duplicate methods work in
   degrees like they used to.
 o Stage sets nurdz.stage to be itself when it is created, to allow easy access
   to the stage object in the browser console.
 o Typo fixes because I'm pedantic like that.