diff options
| author | Michele Bini <michele.bini@gmail.com> | 2014-09-28 13:32:29 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2014-09-28 13:32:29 (GMT) |
| commit | b16d4739bbe00b9ce9f8c488ce7ea8b31e9468a5 (patch) | |
| tree | 93b3139f2a45df4cbab0c7a14f397eca1a69b2a1 /game-debug.html.coffee | |
| parent | 1d9957a149b2d070d523decf262274df70af9671 (diff) | |
test for debugging
Diffstat (limited to 'game-debug.html.coffee')
| -rw-r--r-- | game-debug.html.coffee | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game-debug.html.coffee b/game-debug.html.coffee index 841a7f8..882e284 100644 --- a/game-debug.html.coffee +++ b/game-debug.html.coffee @@ -12,7 +12,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -version = "0.0.1" +version = "0.0.2" { htmlcup } = require 'htmlcup' @@ -292,7 +292,7 @@ genPage = -> if (time & 0xff) is 0x00 and vaquitas.length < 4 addVaquita() # s += 0.001 - x -= vx = pressedKeys[leftKey] - pressedKeys[rightKey] + x -= vx = 1 # pressedKeys[leftKey] - pressedKeys[rightKey] y -= pressedKeys[upKey] - pressedKeys[downKey] if vx > 0 scaleX = 1 |
