Skip to content

More Bug Fixes!

Compare
Choose a tag to compare
@JujuAdams JujuAdams released this 01 Aug 15:38
· 1555 commits to master since this release

This is a smaller release to fix a number of minor bugs and small feature requests.

This update address the following issues:

#71 - Line heights when a single word wraps to a new line at the very end of a string have now been corrected
#105 - Adds vertical alignment command tags ([fa_top] [fa_middle] [fa_bottom]). Only one valign command tag may be used per string, and the vertical alignment affects the entire textbox. You'll probably want to avoid using scribble_set_box_align() if you're using these command tags as the two will interact in strange ways
#106 - Fixed a number of shader issues on specific bits of hardware

In addition:

  • Fixed crash in scribble_bake_shader() and scribble_bake_outline()
  • Removes the check to see if the default font exists in the project as it was unnecessary and confusing when using certain setups
  • Stronger datatype checking for font names (including scribble_set_starting_format())

 

How do I import Scribble into my game?

GameMaker Studio 2.2.3 allows you to import assets (including scripts and shaders) directly into your project via the "Local Package" system. From the resources below, download the .yymp file. In the GameMaker IDE, load up your project and click on "Tools" on the main window toolbar. Select "Import Local Package" from the drop-down menu then import all scripts and shaders from the Scribble package. Now you're all set up to use Scribble!