From 7c6894614dcc3ebc5d4c8839b64f4da761b5ccf0 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 2 Feb 2023 01:02:03 -0800 Subject: Begin work adding emotes Done: * Users can add images to Fonts/Emotes/ * The basename of that image ('clueless.png' becomes 'clueless') is the keyword to make the image show up in game. * Fix a bug in the shader where letters on the 2nd texture and later would have UV outside of [0.0, 1.0] Not yet implemented: * transcribed words are encoded using emotes mapping --- GUI/package.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to 'GUI/package.ps1') diff --git a/GUI/package.ps1 b/GUI/package.ps1 index 96e641e..74fd7c7 100644 --- a/GUI/package.ps1 +++ b/GUI/package.ps1 @@ -62,6 +62,7 @@ mkdir $install_dir/Resources > $null cp -Recurse ../Animations TaSTT/Resources/Animations mkdir TaSTT/Resources/Fonts cp -Recurse ../Fonts/Bitmaps TaSTT/Resources/Fonts/Bitmaps +cp -Recurse ../Fonts/Emotes TaSTT/Resources/Fonts/Emotes cp -Recurse ../Images TaSTT/Resources/Images cp -Recurse Python TaSTT/Resources/Python cp -Recurse PortableGit TaSTT/Resources/PortableGit -- cgit v1.2.3