]> git.lizzy.rs Git - dungeon_game.git/commit
Add inventory and cherries (collectable food)
authorElias Fleckenstein <eliasfleckenstein@web.de>
Fri, 11 Jun 2021 19:11:37 +0000 (21:11 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Fri, 11 Jun 2021 19:11:37 +0000 (21:11 +0200)
commit30c560e271499cb461372a6798e53bf122a7495e
tree8d3022047c8b83d5a95e14c1fa488b0c8702be52
parent14d315712d372932b27a118171865118a6b415c7
Add inventory and cherries (collectable food)
plugins/cherry/Makefile [new file with mode: 0644]
plugins/cherry/cherry.c [new file with mode: 0644]
plugins/cherry/dependencies.txt [new file with mode: 0644]
plugins/game/game.c
plugins/game/game.h
plugins/inventory/Makefile [new file with mode: 0644]
plugins/inventory/dependencies.txt [new file with mode: 0644]
plugins/inventory/inventory.c [new file with mode: 0644]
plugins/inventory/inventory.h [new file with mode: 0644]