snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.6k stars 291 forks source link

Add 3rd Person Dim #949

Open breadnone opened 3 years ago

breadnone commented 3 years ago

Description

Currently, when there's a 3rd person speaking all active characters on stage will be dimmed. This pr add an option for when 3rd speaker/narrator (without portrait shown on Stage) will keep active characters on Screen undimmed.

What is the current behavior?

When 3rd person/narrator with no portrait shown on screen, all active characters will be dimmed.

What is the new behavior?

All active characters shown on screen will not be dimmed if 3rd person/narrator without a portrait is speaking.

Important Notes