HATPC remake
 
 
 
Go to file
En Yi a8567e2666 Implement hitbox and hurtbox system
Changelog:
- Add new components: hitbox and hurtbox
- Update player and crates with hitbox and hurtbox
- Add printing of mempool stats
- FIX CRITICAL BUG: use entity idx when removing from component map
    - Previously, it incorrectly uses the component idx
- Check for entity aliveness before removal and collision checks
- KWOWN ISSUE: Player can get stopped by metal crates when walking on
  them
2023-02-16 22:44:05 +08:00
engine Implement hitbox and hurtbox system 2023-02-16 22:44:05 +08:00
.gitignore First Commit of HATPC remake 2022-11-26 18:11:51 +08:00
CMakeLists.txt Add scene test for 16 pixels size tiles 2023-02-04 22:31:28 +08:00
Conventions.txt First Commit of HATPC remake 2022-11-26 18:11:51 +08:00
assets.h Implement Scene and Level Scene 2022-12-03 13:46:24 +08:00
entManager_test.c Implement test scene 2022-12-05 12:20:00 +08:00
lsan_supp.txt Implement test scene 2022-12-05 12:20:00 +08:00
main.c Implement basic scene switching 2023-02-13 23:05:24 +08:00
menu_test.c Refactor and prepare for scene changing 2023-02-12 23:30:55 +08:00
scene_test.c Implement Crates 2023-01-10 21:24:50 +08:00