Additional Levels added. Mostly just base artwork so far.

This commit is contained in:
2026-03-26 21:31:29 +00:00
parent 644b56282e
commit b3b569e98f
131 changed files with 6151 additions and 6008 deletions

View File

@@ -3,6 +3,8 @@ namespace BriarQueen.Data.Identifiers
public enum ToolID
{
None = 0,
Knife = 1
Knife = 1,
WaterBucket,
}
}