]> Shamusworld >> Repos - legend/commit
Initial commit for the Legend of A... project! master
authorShamus Hammons <jlhamm@acm.org>
Sat, 7 May 2016 00:07:36 +0000 (19:07 -0500)
committerShamus Hammons <jlhamm@acm.org>
Sat, 7 May 2016 00:07:36 +0000 (19:07 -0500)
commitc1aa58c0845550983d27e9cc6faa8aaf68d7c4d2
tree65e9ed4649c210e54e3758c8f0533032c9ef0130
Initial commit for the Legend of A... project!
27 files changed:
.gitignore [new file with mode: 0644]
makefile [new file with mode: 0644]
res/g2-sprites1.png [new file with mode: 0644]
res/g2-sprites1.xcf [new file with mode: 0644]
res/g2-tiles1.png [new file with mode: 0644]
res/g2-tiles1.xcf [new file with mode: 0644]
res/g2-wizard.png [new file with mode: 0644]
res/spritemap1.png [new file with mode: 0644]
res/spritemap1.xcf [new file with mode: 0644]
res/test1.tmx [new file with mode: 0644]
res/test2.tmx [new file with mode: 0644]
res/tilemap1.png [new file with mode: 0644]
res/tilemap1.xcf [new file with mode: 0644]
src/data.cpp [new file with mode: 0644]
src/data.h [new file with mode: 0644]
src/legend.cpp [new file with mode: 0644]
src/legend.h [new file with mode: 0644]
src/log.cpp [new file with mode: 0644]
src/log.h [new file with mode: 0644]
src/sound.cpp [new file with mode: 0644]
src/sound.h [new file with mode: 0644]
src/sprite.cpp [new file with mode: 0644]
src/sprite.h [new file with mode: 0644]
src/tile.cpp [new file with mode: 0644]
src/tile.h [new file with mode: 0644]
src/video.cpp [new file with mode: 0644]
src/video.h [new file with mode: 0644]