Priority Screen (SCI)
From Sierra WikiNew
The priority screen defines depth layers to your background. As characters move around in your game, they are assigned a priority value (ranging from 0 to 15) by the game engine. Their priority depends on their current y coordinate (generally at their feet). If a character’s priority is equal to or greater than the background pixel behind it, it will appear in front of the background. Otherwise, it will be obscured.
Choosing a priority value to draw with. |
References
Also See