Skip to content

Commit

Permalink
πŸ’„ Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
rootasjey committed Jul 20, 2020
1 parent 1b592a7 commit 6268c11
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/gameObjects/menus/WeaponSelectorMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ export default class WeaponSelectorMenu extends ActionsMenu {
bottom : [2734, 2735, 2735, 2735, 2735, 2735, 2735, 2736],
};

private buttonWidth: number = 200;

constructor(scene: Phaser.Scene, layer: Phaser.Tilemaps.DynamicTilemapLayer) {
super(scene, layer);
}
private readonly buttonWidth: number = 200;

protected createAdditionalButtons() {
const container = this.scene.add.container(0, 0);
Expand Down

0 comments on commit 6268c11

Please sign in to comment.