Rendering to render between tile layers
Posted: Thu Oct 31, 2019 8:09 pm
I'd like to be able to draw over out-of-map tiles but under normal ground-tiles.
The use case for this for example would be to draw a star field underneath a platform. This star field could be dynamically controlled in script with parallax layers or other features.
Another feature I'd love to do is to draw one surface underneath another. For example, capture a picture of that surface via game.take_screenshot() and then read those pictures as a texture and render them underneath the platform.
The use case for this for example would be to draw a star field underneath a platform. This star field could be dynamically controlled in script with parallax layers or other features.
Another feature I'd love to do is to draw one surface underneath another. For example, capture a picture of that surface via game.take_screenshot() and then read those pictures as a texture and render them underneath the platform.