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
when you export a proyect to html5.
construct2 generate a image for each element in the game.
is there a way to export them in some sprites for reducing http requests.
thanks. apology me for the english but i am working on it
Develop games in your browser. Powerful, performant & highly capable.
When exporting a project, Construct2 actually exports it as a spritesheet.
To reduce the download size make sure to use the proper image compression.
Also since r133, export optimisations were added to even reduce the number of images/spritesheet exported (deduplication is a part of that process, make sure to check it out).
thanks.