Skip to content

Commit

Permalink
Renamed canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
picosonic committed Aug 26, 2021
1 parent 97667a4 commit e593d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ echo -n '</style><script type="text/javascript">' >> "${indexcat}"
./closeyoureyes.sh "${jscat}" >> "${indexcat}"

# Add on the rest of the index file
echo -n '</script><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/></head><body><canvas id="canvas" width="1280" height="720"></canvas><canvas id="hud" width="1280" height="720"></canvas><canvas id="hud2" width="1280" height="720"></canvas></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><canvas id="threedee" width="1280" height="720"></canvas><canvas id="hud" width="1280" height="720"></canvas><canvas id="hud2" width="1280" height="720"></canvas></body></html>' >> "${indexcat}"

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

0 comments on commit e593d40

Please sign in to comment.