Skip to content

Commit c2c598e

Browse files
committed
Forgot 3D canvas
1 parent 63e846c commit c2c598e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo -n '</style><script type="text/javascript">' >> "${indexcat}"
3333
./closeyoureyes.sh "${jscat}" >> "${indexcat}"
3434

3535
# 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}"
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="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}"
3737

3838
# Remove the minified JS
3939
rm "${jscat}" >/dev/null 2>&1

0 commit comments

Comments
 (0)