Initial Commit: CC - Key Down - AR Football 3 (905x4c8pna.js)

beta.r3js.org
Theunis Johannes Botha 2018-05-28 17:54:15 +02:00
parent 64da1c7abc
commit ac33f2c38f
1 changed files with 15 additions and 0 deletions

15
905x4c8pna.js Normal file
View File

@ -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