Skip to content

8.0.1 Beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@JujuAdams JujuAdams released this 12 Jan 23:46

Change log against v7.1 here.

Documentation here.

 

Changes from beta 2:

  • Scribble now works on the HTML5 target (beta GameMaker runtime v23.1.1.433 or later, this will include future stable runtime 2.3.8.x). There may still be remaining issues when running Scribble on HTML5. Please report any problems that you find.
  • Calling .skip() on a typist before the typist has been used to draw any text will now skip the first text element drawn with the typist (previously the typist would reset)
  • Fixes a crash in draw_text_scribble*() when using a spritefont
  • Adds SCRIBBLE_SPRITEFONT_LEGACY_HEIGHT to help transition from v7 to v8
  • Using the .sound() method in conjunction with per-character delay at the end of a string no longer causes distracting audio playback
  • Fixes crash when using .scale_to_box()

 

Known Issues:

  • .padding() might have some issues