added basic WA.camera commands
This commit is contained in:
parent
99ffb7b450
commit
5f26a39a5d
9 changed files with 112 additions and 4 deletions
|
@ -79,10 +79,10 @@ export class CameraManager extends Phaser.Events.EventEmitter {
|
|||
);
|
||||
}
|
||||
|
||||
public leaveFocusMode(player: Player): void {
|
||||
public leaveFocusMode(player: Player, duration: number = 1000): void {
|
||||
this.waScaleManager.setFocusTarget();
|
||||
this.startFollow(player, 1000);
|
||||
this.restoreZoom(1000);
|
||||
this.startFollow(player, duration);
|
||||
this.restoreZoom(duration);
|
||||
}
|
||||
|
||||
public startFollow(target: object | Phaser.GameObjects.GameObject, duration: number = 0): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue