Collab_RPG/src
2023-08-16 19:36:31 +02:00
..
config.h refactor structures to pack everything in typedef struct Game 2023-08-11 08:04:17 +02:00
dialogs.c Fixed a bug when displaying 3 choices. 2023-08-11 12:23:07 +02:00
dialogs.h Finished adding comments to the dialogs code. 2023-07-20 13:11:36 +02:00
game.c implementing the basis of player action 2023-08-16 19:25:24 +02:00
game.h implementing the basis of player action 2023-08-16 19:25:24 +02:00
main.c implementing the basis of player action 2023-08-16 19:25:24 +02:00
map.c Added importation of ExtraData from ObjectLayer in Tiled TMX files 2023-08-16 17:34:45 +02:00
map.h preparing stuff for map change when reaching borders during gameplay 2023-08-14 18:40:36 +02:00
mapdata.h refactor structures to pack everything in typedef struct Game 2023-08-11 08:04:17 +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 Added support for Player actions and interaction with the items within the map 2023-08-16 19:36:31 +02:00
player.h A loooooooot of refactoring to make the function calls easier and more consistant 2023-08-11 08:54:04 +02:00