Skip to content

8.0.1 Beta 4

Compare
Choose a tag to compare
@JujuAdams JujuAdams released this 15 Jan 17:53

Change log against v7.1 here.

Documentation here.

 

Changes from beta 3:

  • Fixes macro-related issue in HTML5. Reminder - Scribble now works on the HTML5 target but only on beta GameMaker runtime v23.1.1.433 (or later). There may still be remaining issues when running Scribble on HTML5. Please report any problems that you find
  • .padding() now works properly, including affecting dimension getter functions
  • Model cache name generation has been optimised
  • Fixes .align() not recognising "fa_justify" as a horizontal alignment input
  • Fixes .fit_to_box() not regenerating a text element's draw matrix when changed
  • Removes .get_page_width() and .get_page_height(). The .get_width() and .get_height() getters now default to returning the dimensions of the current page (as determined by SCRIBBLE_BOUNDING_BOX_USES_PAGE)
  • .get_bbox() and .get_bbox_revealed() now return transformed widths/heights (in contrast to .get_width() and .get_height() which return untransformed widths/heights)