v0.41


New Version

v0.41

  • Removed TAPPED, TAPX, TAPX and TAPY. See this demo to learn how to handle mouse/touches now.
  • Added multiple touches support. See this demo.
  • Removed DT (become useless).
  • Removed settings.background.
  • Removed settings.useMouse.
  • Removed linecap() (same as ctx().lineCap = ...).
  • Removed linejoin() (same as ctx().lineJoin = ...).
  • Removed filter() (same as CANVAS.style.filter = ...).
  • Removed fract().
  • Removed clear() (old alias for cls()).
  • Removed print() (old alias for text()).
  • Added emit() (useful to trigger custom events).

Leave a comment

Log in with itch.io to leave a comment.