added collectibles support

This commit is contained in:
2024-02-07 18:01:58 +01:00
parent ce7fcd038a
commit a0b40139c7
7 changed files with 116 additions and 53 deletions

View File

@@ -15,3 +15,4 @@ type Tilish struct{}
type Solid struct{}
type Floor struct{}
type Player struct{}
type Collectible struct{}