Added a rain layer for atmosphere.

This commit is contained in:
2024-11-23 01:13:55 -05:00
parent 253c708d45
commit 63eafe036a
9 changed files with 284 additions and 1 deletions

View File

@@ -984,4 +984,5 @@ func (c *Canvas) ResetWeaponDrops() {
c.wpdrops[i] = nil
}
c.wpdrops = c.wpdrops[:0]
c.holster = weapons.NewHolster()
}