Devlogs
1.4.2 - Bug fixes!
- Changed the way masks work. And that is a bug fix. Previously, masks were attached to the picture in a way that they are moving together with the picture. The real concept of the mask is to only let the picture be visible in a specific area. Now, if you try to move the picture with a mask, the picture will move “inside” that mask, as it should be.
- Changed the script call Eli.PictureManager.getSpritePicture(ID) to Eli.PictureManager.getSpriteAnimePicture(ID). Still the old one is there for backwards compatibility.
- Fixed Circle and Star shapes mask not properly set their positions when Aligns are different from Top-Left.
- Fixed an issue with the moving picture position that sometimes was not properly calculating the positions.
- Updated help file regarding the masks.
- Added a new plugin command to remove masks.