Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I have a tilemap with transparent backgrounds for the tiles, but when I try to use them (for example adding a tree tile to a grass landscape) the transparent part of my tile shows up white. Probably an easy fix but I couldn't find anything to help. Thanks for your help!
You will need two tilemaps. One for the background, and one for the overlayable objects, like trees. You can't have 2 tiles in the same spot, that's why you use two tilemaps (or more) for layering.
Develop games in your browser. Powerful, performant & highly capable.
Thanks for your help Magistross!