mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-16 11:41:50 +00:00
Added comment on recalculateGoals() function.
This commit is contained in:
parent
0fce0962c6
commit
af669ae126
@ -89,6 +89,10 @@ export class HUDPinnedShapes extends BaseHUDPart {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Updates the goal amounts in the pins when an upgrade is made.
|
||||||
|
* @param {string} upgradeId
|
||||||
|
*/
|
||||||
recalculateGoals(upgradeId) {
|
recalculateGoals(upgradeId) {
|
||||||
const amountForUpgradeShape = {};
|
const amountForUpgradeShape = {};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user