From f6481a4bb35ebe2d8c23f30acfd2a6908293075f Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 13 Mar 2018 13:09:46 +0100 Subject: [PATCH] Update: CC - Snake FS - Key Up (306204wy29.js) 61 bytes modified --- 306204wy29.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/306204wy29.js b/306204wy29.js index d2e1ce8..5f003b4 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -6,6 +6,10 @@ if (!this.initialized) { this.initialized = true; } +if (data.keyCode === GameLib.System.Input.KEY_UP) { + console.log('key up'); +} + console.log(data); -//@ sourceURL=CustomCode (306204wy29).js \ No newline at end of file +//@ sourceURL=keyUp.js \ No newline at end of file