Commit Graph

7 Commits

Author SHA1 Message Date
vova ad6388f330 Refactor player and enemy scripts; remove unused classes and improve initialization
- Added base initialization call in PlayerController.
- Changed player reference in EnemyAI to be serialized for better inspector visibility.
- Ensured characters are initialized upon spawning in EnemySpawner.
- Removed obsolete EnemyAI and Chest scripts to streamline codebase.
- Added KeyChest script for key collection functionality.
- Introduced new meta files for better organization and tracking.
- Created launch configuration for Unity debugging.
2026-06-20 18:39:30 +03:00
vova f15102d89c some issues with breakable walls 2023-06-30 00:55:34 +03:00
vova d7d0f04865 colliders 2023-06-29 23:24:22 +03:00
vova e8b52c1062 small fixes 2023-06-29 13:24:21 +03:00
vova 7510e69eb8 Created throw hammer animation with no hammer skinning 2023-06-29 12:47:09 +03:00
vova dc770b49af fixing fire system 2023-06-28 22:53:54 +03:00
vova c79d2a6b49 FIIIIIREEEEE 2023-06-28 13:38:48 +03:00