• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

HTML5 Question on using custom index files

A

aarware

Guest
Is there predefined placeholders that can be used inside of a custom index.html file for Html5 builds that would replace the page title, canvas height and width and script src?

something like

<title>%Game_Title%</title>
<canvas id="canvas" width="%Canvas_Width%" height="%Canvas_Height%">
<script type="text/javascript" src="%Game_Src%"></script>


Thanks
 
Top