Skip to content

Commit 29febc7

Browse files
committed
2.13.0
1 parent 24ad4a1 commit 29febc7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center"><img src="https://raw.githubusercontent.com/JujuAdams/Chatterbox/master/LOGO.png" style="display:block; margin:auto; width:400px"></p>
2-
<h1 align="center">Chatterbox 2.12.0</h1>
2+
<h1 align="center">Chatterbox 2.13.0</h1>
33

44
<p align="center">Narrative engine for GameMaker LTS 2022</p>
55

options/windows/options_windows.yy

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/__ChatterboxSystem/__ChatterboxSystem.gml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// Feather disable all
2+
23
#region Internal Macro Definitions
34

4-
#macro __CHATTERBOX_VERSION "2.12.0"
5-
#macro __CHATTERBOX_DATE "2023-12-16"
5+
#macro __CHATTERBOX_VERSION "2.13.0"
6+
#macro __CHATTERBOX_DATE "2024-03-01"
67

78
#macro CHATTERBOX_VARIABLES_MAP global.__chatterboxVariablesMap
89
#macro CHATTERBOX_VARIABLES_LIST global.__chatterboxVariablesList

0 commit comments

Comments
 (0)