Sun scoring and zombie hat impulse

This commit is contained in:
Rendo 2025-06-28 03:36:18 +05:00
commit 6608fb8389
9 changed files with 62 additions and 7 deletions

View file

@ -33,6 +33,7 @@ public partial class RuntimeLevelData : Node
{
SunCount += amount;
}
public void SpendSun(int amount)
{
SunCount -= amount;