Commit Graph

23 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 39294ec527 Project structure, add docs update unity version 2026-06-05 12:19:36 +03:00
vova c64bcbeeab fix UI 2023-08-08 20:58:50 +03:00
vova e5f415f9d4 FIx enemy AI 2023-08-03 12:09:24 +03:00
vova be3928894f Add goblin animation 2023-08-02 14:39:25 +00:00
vova ef2b90b8b7 added character spawner script, spawn and destroy characters 2023-08-01 15:48:00 +00:00
vova ef90dd7872 Hide enemy Character when it dead 2023-08-01 12:07:49 +00:00
vova 9085da5e23 implementing goblin death, need to find way deactivate it for time 2023-07-26 23:12:52 +03:00
vova e65c923810 Fixed movement rules 2023-07-26 15:52:50 +00:00
Vova 6ed4996b38 improve enemy AI 2023-07-22 11:16:28 +03:00
Vova 83c44a51a5 fix collision system, ladders, and enemy AI 2023-07-21 14:55:39 +03:00
Vova e39c26ed2a fix character 2023-07-11 23:42:50 +03:00
vova 14a6a06159 UI and enemy movement 2023-07-11 23:07:03 +03:00
vova 2df859debe add spawn point, death 2023-07-10 19:21:58 +03:00
vova 3872ad9533 fixed animation 2023-06-29 20:01:25 +03:00
vova bdb4bfd3c3 player walk animation 2023-06-29 14:51:46 +03:00
vova 686557e843 Merge branch 'master' of https://github.com/voffka81/Klad 2023-06-27 16:25:45 +03:00
vova 84d03a75c5 Improve enemy logic 2023-06-27 15:08:55 +03:00
vova 719002cb7b New assets , enemy AI WIP 2023-06-27 13:34:54 +03:00
vova 19edcb33ab working on enemy movement logic 2023-06-27 06:39:44 +03:00
vova b8df59ff1a starting work on enemy ai 2023-06-26 10:58:28 +03:00
vova 57d12623f6 added Enemy 2023-06-26 10:28:32 +03:00
vova e972ae1d8c Create enemy 2023-06-25 13:13:42 +03:00