Commit Graph

5 Commits

Author SHA1 Message Date
24Play-Mykyta-Slobodianiuk 6d4e4e2800 feat: Implement loot system with crates and triggers
- Added LootC class for spawning loot pieces with animations and UI integration.
- Introduced LootableC class to manage breakable crates with health states and loot drops.
- Enhanced PlayerC to support attacking mechanics and ground following.
- Created TriggerC for managing trigger zones and player interactions.
- Added wood icon resource for loot representation.
- Updated afterResourcesLoadedCb to initialize new loot and trigger systems.
2026-06-04 19:04:12 +03:00
Mykyta Slobodianiuk 4216b451f4 feat: update map and character displaying, add BoxCollider and cannon to character. Restriction of the character's movement area, shadow fix 2026-06-03 18:32:57 +03:00
Mykyta Slobodianiuk 0b469df12c feat: add joystick movement with character animations, add smooth camera behaviour with look-ahead effect 2026-06-03 13:07:26 +03:00
Mykyta Slobodianiuk 0003919f4c initial commit 2026-06-02 18:10:09 +03:00
Mykyta Slobodianiuk 34122811dd "init" 2026-06-02 11:07:49 +03:00