- Joined
- Jun 30, 2017
- Messages
- 42
- Reaction score
- 35
- First Language
- spanish
- Primarily Uses
- RMMV
I am working on a very simple plugin, and need access the pixijs sprite of pictures.
That's the sprite shown on screen when using "Show picture" command.
I need to modify the mask of that sprite. I looked into
$gameScreen._pictures[picture_id] but its not a sprite object, doesnt has a 'mask' property.
Thanks.
That's the sprite shown on screen when using "Show picture" command.
I need to modify the mask of that sprite. I looked into
$gameScreen._pictures[picture_id] but its not a sprite object, doesnt has a 'mask' property.
Thanks.