Thanks for the kind words, but it really isn't much of a mod or a big change worth mentioning. It's quite a fast and dirty solution, actually. I mean, it adds outline to
all text, not just inside those two boxes. Some of the text in the game gets uglier, actually.
In case the kind of shifted outline that this mod creates is still hard to read to some, anyone can open the outline.rpy file in Notepad and eliminate the shift, so that instead of
Code:
outlines [ (absolute(1), "#000", absolute(1), absolute(1)) ]
would be
Code:
outlines [ (absolute(1), "#000", absolute(0), absolute(0)) ]
This should create a thin 1 pixel outline around the letters instead of the 2 pixel "shadow" on the right and below the letters. I find it easier to read, too, just maybe not as pretty
And good luck with the game, I liked it from the first version that you published and starting to like more and more with every update. You're on the right track so far.