diff options
| author | yum <yum.food.vr@gmail.com> | 2023-08-29 23:27:54 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-08-29 23:29:04 -0700 |
| commit | 444914a701628ca2d1937f8d5cc9a714b478917c (patch) | |
| tree | d55580cbaebf6bdd8de1a98ebe50a80de70fb1cd /Scripts/generate_utils.py | |
| parent | 2daa2c8057cf036357a64e09925487e6f5c0025e (diff) | |
Fix in-game audio indicator
Also fix prefab default size (no longer colossal).
TODO
* Add runtime & unity-time toggles
Diffstat (limited to 'Scripts/generate_utils.py')
| -rw-r--r-- | Scripts/generate_utils.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Scripts/generate_utils.py b/Scripts/generate_utils.py index aaae3dc..395eaf7 100644 --- a/Scripts/generate_utils.py +++ b/Scripts/generate_utils.py @@ -81,6 +81,9 @@ def getSelectParam() -> str: def getEnableParam(): return "TaSTT_Enable" +def getSoundParam(i: int): + return f"TaSTT_Sound{str(i)}" + def getEllipsisParam(): return "TaSTT_Ellipsis" |
