Skip to content

Commit

Permalink
Poprawki w lokalizacji i lepszy deagle.
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysiekKropka committed May 15, 2023
1 parent 88d09b1 commit c893fc2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Assets/Scripts/Player/Shooting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void Start()
reloadTime[1] = 1f;
maxAmmo[1] = 7;
bulletSpread[1] = 0f;
runningBulletSpread[1] = 2f;
runningBulletSpread[1] = 0f;

weaponName[2] = "MP5";
weaponDamage[2] = 15;
Expand Down

0 comments on commit c893fc2

Please sign in to comment.