From ac33f2c38f4890654965ac8bfc84777512aed940 Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Mon, 28 May 2018 17:54:15 +0200 Subject: [PATCH] Initial Commit: CC - Key Down - AR Football 3 (905x4c8pna.js) --- 905x4c8pna.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 905x4c8pna.js diff --git a/905x4c8pna.js b/905x4c8pna.js new file mode 100644 index 0000000..8efe672 --- /dev/null +++ b/905x4c8pna.js @@ -0,0 +1,15 @@ +if (!this.entityLoaded) { + return; +} + +if (data.keyCode === R3.System.Input.KEY_UP) { + R3.Event.Emit( + R3.Event.GAME_DATA, + { + type : 'shoot_start' + } + ); +} + + +//@ sourceURL=keyDown.js \ No newline at end of file