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

beta.r3js.org
Theunis Johannes Botha 2018-05-28 19:40:24 +02:00
parent 1a91ebe39d
commit 9b9af29cd1
1 changed files with 2 additions and 2 deletions

View File

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