Skip to content

Commit

Permalink
7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Apr 16, 2021
1 parent 0128ada commit 5ed08f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center"><img src="https://raw.githubusercontent.com/JujuAdams/scribble/master/LOGO.png" style="display:block; margin:auto; width:300px"></p>
<h1 align="center">7.1.1</h1>
<h1 align="center">7.1.2</h1>

<p align="center">A modern text renderer for GameMaker Studio 2 by <b>@jujuadams</b></p>

Expand Down
2 changes: 1 addition & 1 deletion options/windows/options_windows.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/__scribble_init/__scribble_init.gml
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ function __scribble_array_find_index(_array, _value)
#region Internal Macro Definitions

// @jujuadams
#macro __SCRIBBLE_VERSION "7.1.2pre003"
#macro __SCRIBBLE_DATE "2021-04-03"
#macro __SCRIBBLE_VERSION "7.1.2"
#macro __SCRIBBLE_DATE "2021-04-16"
#macro __SCRIBBLE_DEBUG false

//You'll usually only want to modify SCRIBBLE_GLYPH.X_OFFSET, SCRIBBLE_GLYPH.Y_OFFSET, and SCRIBBLE_GLYPH.SEPARATION
Expand Down

0 comments on commit 5ed08f9

Please sign in to comment.