15 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 9085da5e23 implementing goblin death, need to find way deactivate it for time 2023-07-26 23:12:52 +03:00
Vova 83c44a51a5 fix collision system, ladders, and enemy AI 2023-07-21 14:55:39 +03:00
vova 2df859debe add spawn point, death 2023-07-10 19:21:58 +03:00
Vova f674d0be26 WIP 2023-07-01 11:08:57 +03:00
vova d8f70ffef3 New Sprites 2023-06-29 16:37:37 +03:00
vova f3b0eb6234 add brix Explosion 2023-06-29 15:58:06 +03:00
vova e8b52c1062 small fixes 2023-06-29 13:24:21 +03:00
vova da82aa478c map element changes 2023-06-29 06:35:30 +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
vova 6db5d6db32 Draw all assets !!! 2023-06-27 21:13:40 +03:00
vova a861712e6c change MapElement to scriptable object 2023-06-27 20:33:07 +03:00
vova b4c6170fa4 added bridges 2023-06-27 19:14:42 +03:00