Devlogs
Ver 1.1.6 - Lots of bug fixes. An update to both MV and MZ
Before updating, please backup these files in your plugins folder if you have any of them: picturesPosition.json, picturesMovePosition.json, showTextPositions.json
This update brings you adjustments:
Context Changes:
- Both MV and MZ now function as follows: When Pictures/ShowText is called in a common event, it will always save/load position data from the "common event" context, regardless of the scenario. When called in a map event, it will save/load from the "map" context.
Adjustments:
- showText now supports expressions starting with $game, such as $gameVariables.value(x).
- showText now supports manual line breaks using \n.
Fixes:
- Resolved an issue where the "Attach To" button cleared position information from other pictures in the JSON file.
- Fixed a bug where fonts were not loading correctly in the showText command.
- Corrected an issue where scaling text windows reset the line height settings configured in the plugin command.
- Fixed a bug where replacing an existing picture (using the same ID with both x and y set to 0) did not inherit the existing attachment information.
- Resolved the "currentContext is not defined" error that occurred when returning to the scene map after closing a scene.