Skip to content

Commit

Permalink
chore: update pistol description
Browse files Browse the repository at this point in the history
  • Loading branch information
ufocoder committed Sep 15, 2024
1 parent e6d3e68 commit c28f873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/levels/generators/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export const generatePistolWeapon = (animationManager: AnimationManager, bulletT
bulletTotal,
bulletSprite: "pistol_bullet",
bulletDamage: 100,
bulletSpeed: 15,
bulletSpeed: 35,
attackDistance: 15,
attackFrequency: 250,
attackFrequency: 500,
sprite: new AnimatedSpriteComponent("idle", {
attack: animationManager.get("pistolAttack"),
idle: animationManager.get("pistolIdle"),
Expand Down

0 comments on commit c28f873

Please sign in to comment.