Update: CC - Key Up - AR Football 3 (r5kzahijoq.js) 1 bytes modified

beta.r3js.org
Theunis Johannes Botha 2018-05-28 19:00:54 +02:00
parent 4a384b3e5b
commit 15d4e3cb57
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if (data.keyCode === R3.System.Input.KEY_LEFT) {
R3.Event.Emit(
R3.Event.GAME_DATA,
{
type : 'look_left'
type : 'look_right'
}
)
}