]> code.bitgloo.com Git - clyne/gamedev.git/commit
Added texture support and textures
authordrumsetmonkey <abelleisle@roadrunner.com>
Sun, 4 Oct 2015 23:35:27 +0000 (19:35 -0400)
committerdrumsetmonkey <abelleisle@roadrunner.com>
Sun, 4 Oct 2015 23:35:27 +0000 (19:35 -0400)
commit63dc9b399db9faef611c31629e0265b954d74197
tree24da206125a30159d1f7b312ea114bfd9a9c14d6
parentaa73352387af9efc77495ebdac6d19fb276dd75a
Added texture support and textures
assets/NPC.png [new file with mode: 0644]
assets/player.png [new file with mode: 0644]
include/common.h
include/entities.h
src/common.cpp [new file with mode: 0644]
src/entities.cpp
src/main.cpp
src/ui.cpp