You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for sharing this code source. But there are some things I don't understand, I hope you can explain
What does the variable max_quantity in the file ability_upgrade.gd mean?
I don't really understand this part
" func on_ability_upgrade_added(upgrade: AbilityUpgrade, current_upgrades: Dictionary):
if not upgrade: return
if upgrade.id == "axe_count":
axe_count = current_upgrades.axe_count.quantity + 1
"
The text was updated successfully, but these errors were encountered:
First of all, thank you for sharing this code source. But there are some things I don't understand, I hope you can explain
" func on_ability_upgrade_added(upgrade: AbilityUpgrade, current_upgrades: Dictionary):
if not upgrade: return
if upgrade.id == "axe_count":
axe_count = current_upgrades.axe_count.quantity + 1
"
The text was updated successfully, but these errors were encountered: