Collab_RPG/src
2023-07-09 13:22:20 +02:00
..
config.h Improved collisions and CG port. Still need to make the collisions less sticky. 2023-07-08 20:07:34 +02:00
game.c Improved collisions and CG port. Still need to make the collisions less sticky. 2023-07-08 20:07:34 +02:00
game.h Improved collisions and CG port. Still need to make the collisions less sticky. 2023-07-08 20:07:34 +02:00
main.c Improved collisions and CG port. Still need to make the collisions less sticky. 2023-07-08 20:07:34 +02:00
map.c Improved collisions and CG port. Still need to make the collisions less sticky. 2023-07-08 20:07:34 +02:00
map.h Restructured a lot of things. Collisions are not working properly but I'll fix that 2023-07-08 15:55:06 +02:00
mapdata.h Restructured some stuff, now the map is scrolling :), but some optimizations are needed! 2023-07-07 14:20:13 +02:00
mapstruct.h Restructured a lot of things. Collisions are not working properly but I'll fix that 2023-07-08 15:55:06 +02:00
memory.c Restructured a lot of things. Collisions are not working properly but I'll fix that 2023-07-08 15:55:06 +02:00
memory.h Restructured a lot of things. Collisions are not working properly but I'll fix that 2023-07-08 15:55:06 +02:00
player.c Collisions are not sticky anymore and the player can't go trough the blocks but he is shaking when you collide with a wall and is not stopped by the borders of the map. 2023-07-09 13:22:20 +02:00
player.h Collisions are not sticky anymore and the player can't go trough the blocks but he is shaking when you collide with a wall and is not stopped by the borders of the map. 2023-07-09 13:22:20 +02:00