added intermediate popup after win/loose, refresh level setup, fixes

This commit is contained in:
2024-02-19 19:05:48 +01:00
parent e12af87fb7
commit fd570216f0
16 changed files with 322 additions and 20 deletions

View File

@@ -26,3 +26,4 @@ type Solid struct{}
type Floor struct{}
type Player struct{}
type Collectible struct{}
type Obstacle struct{}