We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e846c commit c2c598eCopy full SHA for c2c598e
build.sh
@@ -33,7 +33,7 @@ echo -n '</style><script type="text/javascript">' >> "${indexcat}"
33
./closeyoureyes.sh "${jscat}" >> "${indexcat}"
34
35
# Add on the rest of the index file
36
-echo -n '</script><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/></head><body><div id="wrapper"><canvas id="course" width="1280" height="720"></canvas><canvas id="canvas" width="1280" height="720"></canvas><canvas id="fx" width="1280" height="720"></canvas><canvas id="hud" width="1280" height="720"></canvas></div></body></html>' >> "${indexcat}"
+echo -n '</script><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/></head><body><div id="wrapper"><canvas id="course" width="1280" height="720"></canvas><canvas id="canvas" width="1280" height="720"></canvas><canvas id="hud" width="1280" height="720"></canvas><canvas id="fx" width="1280" height="720"></canvas><canvas id="threedee" width="1280" height="720"></canvas></div></body></html>' >> "${indexcat}"
37
38
# Remove the minified JS
39
rm "${jscat}" >/dev/null 2>&1
0 commit comments