Commit Graph

5 Commits

Author SHA1 Message Date
vova 7579175d24 Refactor and reorganize scripts for improved structure and functionality
- Removed obsolete scripts: Chest, BreakableWall, Door, DoorInteract, and UiManager.
- Moved Chest and BreakableWall scripts to EnvironmentObjects folder.
- Introduced HammerThrower class to manage hammer throwing mechanics.
- Updated PlayerController to utilize new InputManager and HammerThrower.
- Refactored PlayerState to manage player state and item collection.
- Enhanced UI management in UiManager to reflect player item collection.
- Updated EnemyAI to remove unused movement logic.
- Adjusted KeyChest to interact with PlayerState instead of Player.
- Cleaned up code and improved event handling for item collection.
2026-06-05 14:33:20 +03:00
Vova 029bb4a7d8 android build 2024-01-08 08:42:36 +02:00
Vova 72c24ac8a7 new input system movement 2024-01-04 08:48:04 +02:00
Vova 95b2e13de8 new input system, on screen stick 2024-01-03 09:03:41 +02:00
vova f0df2bb40e refactor 2023-08-08 09:13:33 +00:00