~ken-vandine/+junk/hangonman

« back to all changes in this revision

Viewing changes to www/js/hangonman.js

  • Committer: Ken VanDine
  • Date: 2015-09-16 15:36:37 UTC
  • Revision ID: ken.vandine@canonical.com-20150916153637-vqg1rmsfdefaocg4
Dropped the clouds, the rendering really slows down the game

Show diffs side-by-side

added added

removed removed

Lines of Context:
955
955
    document.addEventListener("keyup", handleKeyUp, true);
956
956
 
957
957
    containerElem = document.getElementById("container");
958
 
    createCloud();
 
958
    //createCloud();
959
959
}, false);
960
960
 
961
961
window.addEventListener("load", function (event)