Distance indicator is mostly accurate with a 2.8x scale multiplier

This commit is contained in:
2024-10-22 13:02:35 -07:00
parent 80e63019ed
commit 175dbbe7c5
3 changed files with 8 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ public class ShopButton : MonoBehaviour
player.swingRange += 1;
}
else if (upgrade == "attackDistance") {
player.swingDistance += 30;
player.swingDistance += 0.5F;
}
else if (upgrade == "attackDamage") {
player.damageStrength += 5;