Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Tint Screen Using Pictures

RPG Maker Tint Screen Using Pictures

No permission to download
This small demo shows how to place a picture under the character sprites and use it to tint the screen.

The demo uses the plugin TDDP_BindPicturesToMap.js by Tor Damian Design / Galenmereth to place the picture under the character sprites.

In this demo I use a 42x32 red square image file (84 bytes), scale the picture 2000%. (42px * 2000% = 840px, 32px * 2000% = 640)
Standard Screen Width is 816, Screen Height is 624
Also set opacity to 120 to give an translucent overlay.
The small dimensions of the source image should help with any lag issue & reduce file size.
I use "this.changePictureLayer(pictureId, layer)", this does not bind the picture to the map, it simply sets the picture behind the characters. This way the tint will always be locked to the screen rather than the map.

You could also just use the image how ever needed really, play around and see what suits your needs. It doesn't have to be a solid color either... I just did that for this demo.

Demo was inspired by this post:
https://rpgmakermv.co/threads/tint-background-only.7200/

No credit needed to myself, credit Tor Damian if you use the plugin.
Author
CT_Bolt
Downloads
9
Views
261
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from CT_Bolt

Top