Skip to content

0.6.0

Compare
Choose a tag to compare
@x87 x87 released this 08 Oct 18:13
· 237 commits to master since this release

BREAKING CHANGES

  • asFloat has been removed in favor of Memory.ToFloat
  • class Object has been renamed to ScriptObject to avoid conflicts with native JavaScript Object (info).
  • deprecated command isKeyPressed has been deleted. Use Pad.isKeyPressed instead