diff options
| author | yum <yum.food.vr@gmail.com> | 2023-08-11 11:29:02 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-08-11 11:29:02 -0700 |
| commit | 3efa1498c7ff8012735d6773b56e19f67cf11a02 (patch) | |
| tree | 018f9d97e05b5cb1a12b8a6ce4703bd2a3718422 /Scripts/generate_utils.py | |
| parent | 52ca7435f788e9bf981c7786046d5ca093e9688d (diff) | |
Animate pre-speech ellipsis
Text box now shows an animated ellipsis prior to first speech.
Diffstat (limited to 'Scripts/generate_utils.py')
| -rw-r--r-- | Scripts/generate_utils.py | 7 |
1 files changed, 2 insertions, 5 deletions
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 |
