-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Speech tests should test all the existing standard speech styles, positioning of text and portrait overlays, character and portrait animations (depending on current style).
Positions and sizes of overlays may be checked using Speech.TextOverlay and Speech.PortraitOverlay.
There are 3 general speech functions:
- Say
- SayAt
- SayBackground
There's going to be an issue with the blocking speech, as it cannot be tested inside the function where you make a Say call from. Which means that these tests should use (late_)repeatedly_execute_always callback for this. Which will require to organize these tests bit differently.
Metadata
Metadata
Assignees
Labels
No labels