Allow for custom footsteps. Some work on footsteps to make the sound less crazy. Various other updates. Added initial documentation and credits files.

This commit is contained in:
Storm Dragon
2025-02-05 02:04:57 -05:00
parent 883dafaac0
commit c29bcd40b7
17 changed files with 431 additions and 43 deletions

View File

@@ -4,9 +4,7 @@ class StatTracker:
self.total = {
'Bone dust': 0,
'Enemies killed': 0,
'Enemies remaining': 0,
'Coffins broken': 0,
'Coffins remaining': 0,
'Items collected': 0,
'Total time': 0
}