0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 12:33:43 +00:00

11 Commits

Author SHA1 Message Date
Sara Varga
aa83280b6a #32 KeyboardController: movement working
projectiles need adjustments
2024-05-26 22:54:50 +02:00
Sara Varga
2e7a1b45cf refactor: removed Components.h file
consisted of includes of all components -> components included when not necessary
TODO: had to add 3 component includes in Entity.h because of template function; move if possible
2024-05-01 13:47:42 +02:00
d10afe1e07 refactored labels to be within Entity class 2024-02-02 22:20:08 +01:00
a9f9931101 Merge branch 'collision-manager' into powerups 2024-01-30 00:02:39 +01:00
fa4586f1db Rewrote collision detection 2024-01-29 23:49:58 +01:00
28af8c9389 minor improvements 2024-01-28 18:18:27 +01:00
fce7ded0e3 Merge branch 'collision-manager' into powerups 2024-01-28 17:12:01 +01:00
8ff81ace72 Rewrite player collisions 2024-01-28 14:59:41 +01:00
baf3a206b6 reformatted inconsistent code and optimized imports 2024-01-24 16:28:41 +01:00
sara
5c730a6369 refactor done 2024-01-23 19:13:02 +01:00
sara
5d4512133c refactor (working version) 2024-01-23 18:50:21 +01:00