Skip to content

v0.0.7

Latest

Choose a tag to compare

@pufferfish101007 pufferfish101007 released this 01 Oct 12:27
· 2 commits to main since this release
fe9b8b5

This release adds more blocks, primarily looks/motion/pen, does some small refactoring to make these work, and fixes some bugs.

New blocks:

  • set size to ()
  • switch costume to ()
  • show
  • hide
  • pen down
  • pen up
  • clear (pen)
  • forever
  • go to (x) (y)
  • set pen size to
  • set pen color to ()
  • set pen [] to ()
  • () mod ()
  • [] of () (operator block)
  • pick random () to ()
  • point in direction ()
  • direction
  • turn left ()
  • turn right ()

Along with bug fixes:

  • fix most non-warped loops not terminating
  • don't yield unnecessarily, so that projects run at full speed

And changes to the project player on the website:

  • show links to turbowarp and scratch
  • show instructions/notes & credits

Plus internal refactoring.