From 3efa1498c7ff8012735d6773b56e19f67cf11a02 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 11 Aug 2023 11:29:02 -0700 Subject: Animate pre-speech ellipsis Text box now shows an animated ellipsis prior to first speech. --- Scripts/generate_utils.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Scripts/generate_utils.py') diff --git a/Scripts/generate_utils.py b/Scripts/generate_utils.py index cbb8354..aaae3dc 100644 --- a/Scripts/generate_utils.py +++ b/Scripts/generate_utils.py @@ -81,11 +81,8 @@ def getSelectParam() -> str: def getEnableParam(): return "TaSTT_Enable" -def getIndicator0Param(): - return "TaSTT_Indicator_0" - -def getIndicator1Param(): - return "TaSTT_Indicator_1" +def getEllipsisParam(): + return "TaSTT_Ellipsis" def getBoardIndex(which_layer, select): # Because we divide the board into a multiple of 8 cells, some cells may -- cgit v1.2.3