Skip to content

Commit

Permalink
chore(gameobjects): scale enemy to 3/4
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 22, 2025
1 parent 9168981 commit a3c0fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gameobjects/enemy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function addEnemy(x: number, y: number, player: Player) {
health(randi(20, 100)),
opacity(1),
area(),
scale(0.75),
Tag.Enemy,
{ speed },
])
Expand Down

0 comments on commit a3c0fe5

Please sign in to comment.