Skip to content

Non-Breaking Spaces

Compare
Choose a tag to compare
@JujuAdams JujuAdams released this 26 Jun 21:06
· 1614 commits to master since this release

Small release again to quickly fix some small issues:

#82 - Using scribble_autotype_get() on an empty page will now return 1.0

#83 - Adds [nbsp] as a command tag. This instructs Scribble to emulate a non-breaking space when building the text element. This doesn't modify your input string itself, and standard non-breaking spaces will still work with Scribble; this feature is purely for convenience

This release also fixes a crash in scribble_autotype_skip() and a vertical text spacing bug when creating new lines with down-scaled text. Additionally, [/] can now be used to clear formatting instead of [] if you prefer.

 

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!