![]() |
ShowImg Layers
In the showImg() I know you get set layers and what-not to place other 'showImg()' pics behind on another.
Is there a way to set the image behind the player and/or other NPC images? ex. findImg(#).drawunderplayer = true ^ I know that code doesn't exist but just trying to give an idea of what I'm trying to do. |
findimg(x).layer = y;
Where y is a number between 0 - 3; 0 = drawunderplayer 1 = same level as player(default) 2 = drawoverplayer 3 = drawovertrees(more specifically, draw over layer 2) Layer 4 and higher are for drawing on the screen layer(like for HUDs and GUIs). |
Also, keep in mind that layer 3 is also drawn above setEffect() stuff, so basically good for bright lights in the darkness.
|
Quote:
|
| All times are GMT +2. The time now is 08:28 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.