miskatonicstudio / goat

Godot Open Adventure Template (GOAT) is a tool for making 3D adventure games.
MIT License
363 stars 32 forks source link

Adjust subtitles box width to text width #285

Open miskatonicstudio opened 2 years ago

miskatonicstudio commented 3 months ago

This is a bit tricky, because subtitles can have multiple lines of text. If we reach the maximum height of the subtitle box, we should wrap instead of expanding.

If this option is implemented, it should be configurable.