support custom speech type handlers
This commit is contained in:
@@ -297,7 +297,7 @@
|
|||||||
(if wryly
|
(if wryly
|
||||||
(actor.playAnimation wryly)
|
(actor.playAnimation wryly)
|
||||||
(actor.playAnimation "neutral"))))
|
(actor.playAnimation "neutral"))))
|
||||||
((or (OffScreen actor) (VoiceOver actor) (TextMessage actor) (FromPhone actor) (Custom _ actor _))
|
((or (OffScreen actor) (VoiceOver actor) (TextMessage actor) (FromPhone actor))
|
||||||
(if wryly
|
(if wryly
|
||||||
(actor.playAnimation wryly)
|
(actor.playAnimation wryly)
|
||||||
(actor.playAnimation "neutral")))
|
(actor.playAnimation "neutral")))
|
||||||
|
Reference in New Issue
Block a user