Skip to content

LiveMarquee fix

cobaltcore requested to merge patch-1 into master

The LiveMarquee effect had a few flaws in implementation:

  1. The Connie route LiveMarquee scene didn't have a crop, so text was overflowing

  2. The LiveMarquee scene right before the Murder route was cropped such that some letters (g, y, q) were cut off at the bottom

  3. all LiveMarquee scenes didn't create text copies quick enough (you could see them being made on the right-hand side of the window)

This merge fixes all three of those problems.

Merge request reports