Commit Graph

5 Commits

Author SHA1 Message Date
vova 39e4e51866 Add player controller, state management, and input handling
- Implemented PlayerController.cs to manage player movement and actions.
- Created PlayerState.cs to track player lives, coins, and key status.
- Added CameraFollow.cs for smooth camera movement following the player.
- Developed Character.cs as an abstract class for character behavior.
- Introduced Enums.cs for defining TreasureType and MapElementType.
- Added IDoor interface for door interactions.
- Created InputActions.cs for handling player input actions.
- Implemented MainMenu.cs for basic menu functionality including play and exit options.
2026-06-17 22:43:59 +03:00
vova 2df859debe add spawn point, death 2023-07-10 19:21:58 +03:00
vova dc770b49af fixing fire system 2023-06-28 22:53:54 +03:00
vova 2dfece0eb0 Destroyable tile blocks with TilesExtra
still issues with collider
2023-06-28 19:58:30 +03:00
vova c79d2a6b49 FIIIIIREEEEE 2023-06-28 13:38:48 +03:00