]> code.bitgloo.com Git - clyne/gamedev.git/commit
Started inv ui, new item system
authordrumsetmonkey <abelleisle@roadrunner.com>
Fri, 20 Nov 2015 13:47:34 +0000 (08:47 -0500)
committerdrumsetmonkey <abelleisle@roadrunner.com>
Fri, 20 Nov 2015 13:47:34 +0000 (08:47 -0500)
commit0a30bd1b2e2f02b6f34225d8976f645c99b53b7e
tree16a47672bf5f5bc65efb245b2e9d84a08c1ce2a6
parent20b29fccb6da62d5a07a02477fabac3a80d350dd
Started inv ui, new item system
13 files changed:
assets/invUI.png [new file with mode: 0644]
config/items.h [new file with mode: 0644]
config/quest_list.txt
include/entities.h
include/inventory.h
include/world.h
main.cpp
src/Quest.cpp
src/entities.cpp
src/gameplay.cpp
src/inventory.cpp
src/ui.cpp
src/world.cpp