Sounds: update

This commit is contained in:
Sidi Liang 2020-08-16 14:07:12 +08:00
parent e0a1563ce6
commit fd9837c92b
No known key found for this signature in database
GPG Key ID: 79F0A6B20B72F42F
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ var Engine = {
#//Toggle Direction, forward:1; barkward: -1
me.direction *= -1;
props.getNode("/",1).setValue("/controls/direction", me.direction);
if(isInternalView()) followme.playAudio("change_gear.wav");
if(followme.isInternalView()) followme.playAudio("change_gear.wav");
},
getDirection: func(){
return me.direction;