From 8d9ea4ca109d058aadd1d4ee112a9d3ec1cb871c Mon Sep 17 00:00:00 2001 From: "C.Hall" Date: Fri, 14 Jul 2023 17:50:33 -0600 Subject: [PATCH] Update readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 363c902..f50b4ae 100644 --- a/readme.md +++ b/readme.md @@ -203,6 +203,9 @@ my_cool_textbox:continue() # Tag Notes Some tags will not work until you let the library know something about your game. +# 1.9 Update - Tags +You can now pass a table instead of a string, this will allow you to use a table of assets without using global assets. + ## Audio ```lua --Text.configure.audio_table(table_string)