Add e keybinding to see your cdurrent weapon. Hopefully item tracking works correctly now.

This commit is contained in:
Storm Dragon
2025-02-06 20:12:28 -05:00
parent ffbb9da992
commit 162ebbd5e2
3 changed files with 7 additions and 2 deletions

View File

@@ -55,3 +55,6 @@ class PowerUp(Object):
if self.channel:
self.channel.stop()
self.channel = None
# Item tracking
player.stats.update_stat('Items collected', 1)