Skip to content

Commit

Permalink
fixed impostor extending buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
roobscoob authored and cybershard committed Aug 13, 2021
1 parent ee2725c commit 969e59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/baseRole/impostor/impostor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class Impostor extends BaseRole {
maxTimer: this.owner.getLobby()
.getOptions()
.getKillCooldown(),
position: new Vector2(2.1, 0.7),
position: new Vector2(-2.1, -0.7),
alignment: EdgeAlignments.RightBottom,
currentTime: 15,
});
Expand Down

0 comments on commit 969e59b

Please sign in to comment.