Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 06:06

This is the compiler for Yarn Spinner. If you want to use Yarn Spinner in a Unity game, please see the releases page for Yarn Spinner for Unity!

Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!

Changed

  • random_range(min, max) now returns a random integer between min and max, inclusive. (Previously, it returned a float.)
  • Added a new function, random_range_float now returns a random float between min and max, inclusive. (This is the previous behaviour of random_range.)