06-12-2025, 09:20 PM
(This post was last modified: 06-12-2025, 09:34 PM by DerVVulfman.)
A repair
BUMP
to version 1.1
There was an issue when one exited the field map after bringing up a message window, one that generated a bug report message. This message was where the system attempted to re-access the sprite object for the portrait. Already disposed, attempting to access the sprite was a problem.
The solution was simple, and only required one additional line. So feel free to grab the new edition.
In addition, a minor change was made to the profile sprite in its depth. Like most of its ilk, the z-depth of the image was set -1 unit less than that of the message window. And in that, profiles would appear to be rendered behind the message window. I felt this wasn't enough. Given some may have custom picture-based backgrounds for their messages, the profile sprite needed to be set behind even further. So now the z-depth of the portrait sprite is now -5 units from the message.