add Tent object and implement sleep functionality with lighting adjustments

This commit is contained in:
2025-12-13 14:37:36 +01:00
parent 27c36d880d
commit 7f8d9d7e9b
9 changed files with 75 additions and 32 deletions

View File

@@ -13,5 +13,6 @@ public enum GameState {
GAMEOVER,
TRANSITION,
TRADE,
SLEEP,
}