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

beta.r3js.org
Theunis Johannes Botha 2018-05-28 19:01:48 +02:00
parent cb56d0778a
commit 52a724aa77
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_right'
type : 'look_left'
}
)
}