Skip to content

Commit b583f66

Browse files
committed
8.8.1
1 parent 4ce13ef commit b583f66

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<p align="center"><img src="https://raw.githubusercontent.com/JujuAdams/scribble/master/LOGO.png" style="display:block; margin:auto; width:300px"></p>
2-
<h1 align="center">Scribble 8.8.0</h1>
2+
<h1 align="center">Scribble 8.8.1</h1>
33

4-
<p align="center">A modern text renderer for GameMaker Studio 2022 LTS by <b>@jujuadams</b></p>
4+
<p align="center">A modern text renderer for GameMaker Studio 2022 LTS</p>
55

66
&nbsp;
77

88
&nbsp;
99

10+
- ### Got questions? [Make a new issue!](https://github.com/JujuAdams/Scribble/issues/new)
1011
- ### [Download the .yymps](https://github.com/JujuAdams/scribble/releases/)
1112
- ### Read the [documentation](http://jujuadams.github.io/Scribble)
1213
- ### Talk about Scribble on the [Discord server](https://discord.gg/8krYCqr)
13-
- ### Learn how to manage your game's dialogue and narrative flow with [Chatterbox](https://github.com/JujuAdams/Scribblebox)
14+
- ### Learn how to manage your game's dialogue and narrative flow with [Chatterbox](https://github.com/JujuAdams/Scribblebox)

options/windows/options_windows.yy

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/__scribble_system/__scribble_system.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Feather disable all
22
// @jujuadams
3-
#macro __SCRIBBLE_VERSION "8.8.0"
4-
#macro __SCRIBBLE_DATE "2024-06-08"
3+
#macro __SCRIBBLE_VERSION "8.8.1"
4+
#macro __SCRIBBLE_DATE "2024-06-16"
55
#macro __SCRIBBLE_DEBUG false
66
#macro __SCRIBBLE_VERBOSE_GC false
77
#macro __SCRIBBLE_RUNNING_FROM_IDE (GM_build_type == "run")

0 commit comments

Comments
 (0)