chore: update flipper.ts

main
tiendat3699 2024-05-02 10:39:06 +07:00
parent c9fdcf0d4e
commit 994728694e
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ export class Flipper extends Component {
//#endregion //#endregion
private activeFlipper(): void { private activeFlipper(): void {
SoundManager.instance.playSfx(this._activeSound, 0.5); SoundManager.instance.playSfx(this._activeSound, { volume: 0.5 });
this._hingeJoint.motorSpeed = this._motorSpeedActive; this._hingeJoint.motorSpeed = this._motorSpeedActive;
} }
private deActiveFlipper(): void { private deActiveFlipper(): void {