Skip to content

Commit

Permalink
2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Mar 1, 2024
1 parent 24ad4a1 commit 29febc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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/Chatterbox/master/LOGO.png" style="display:block; margin:auto; width:400px"></p>
<h1 align="center">Chatterbox 2.12.0</h1>
<h1 align="center">Chatterbox 2.13.0</h1>

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

Expand Down
4 changes: 2 additions & 2 deletions options/windows/options_windows.yy

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

5 changes: 3 additions & 2 deletions scripts/__ChatterboxSystem/__ChatterboxSystem.gml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// Feather disable all

#region Internal Macro Definitions

#macro __CHATTERBOX_VERSION "2.12.0"
#macro __CHATTERBOX_DATE "2023-12-16"
#macro __CHATTERBOX_VERSION "2.13.0"
#macro __CHATTERBOX_DATE "2024-03-01"

#macro CHATTERBOX_VARIABLES_MAP global.__chatterboxVariablesMap
#macro CHATTERBOX_VARIABLES_LIST global.__chatterboxVariablesList
Expand Down

0 comments on commit 29febc7

Please sign in to comment.