]> git.lizzy.rs Git - dungeon_game.git/commit
Add loot boxes
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 14 Jun 2021 19:37:10 +0000 (21:37 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 14 Jun 2021 19:37:10 +0000 (21:37 +0200)
commite1be7203f4c3366a9d278c9bb625a9c678c2ef24
tree0753b9c68ffaada23f2602aebc613c3c7d1eaae2
parent9d3ecc266d2e06f6cc8f2a310543b16edb8cbd56
Add loot boxes
14 files changed:
plugins/cherry/Makefile
plugins/cherry/cherry.c
plugins/cherry/cherry.h [new file with mode: 0644]
plugins/cherry/dependencies.txt
plugins/fireball/Makefile
plugins/fireball/dependencies.txt
plugins/fireball/fireball.c
plugins/game/game.c
plugins/loot/Makefile [new file with mode: 0644]
plugins/loot/dependencies.txt [new file with mode: 0644]
plugins/loot/loot.c [new file with mode: 0644]
plugins/loot/loot.h [new file with mode: 0644]
plugins/sword/Makefile
plugins/sword/sword.c