Update: CC - Key Down - AR Football 3 (905x4c8pna.js) 6 bytes modified

beta.r3js.org
Theunis Johannes Botha 2018-05-28 18:59:17 +02:00
parent fe0a861c73
commit 85ff364169
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if (data.keyCode === R3.System.Input.KEY_UP) {
R3.Event.Emit(
R3.Event.GAME_DATA,
{
type : 'shoot_start'
type : 'shoot'
}
);
}