Hi! finally I buyed my copy of C2. How can I get rid of "Made with Construct 2 � the HTML5 game creator" ? Is that possible?
Thanks in advance!
Just edit the generated html file when you export the game. Search for line with this comment and delete it: <!-- Link is optional of course but it'd be nice if you kept a link to help support Scirra! -->
Congrats :D, edit the index.html and remove this:
<br /> <!-- Link is optional of course but it'd be nice if you kept a link to help support Scirra! --> <a href="http://www.scirra.com/" title="Make games with Construct 2" style="font-family:Arial">Made with Construct 2 ? the HTML5 game creator</a> </div>
Thanks a lot ppls! Since C2 is a high level tool, this should be automatic doesnt it? Anyway, its nice ;)
Develop games in your browser. Powerful, performant & highly capable.
Indeed it is a high-level tool. This is why you need to read the documentation and articles to figure how it works.