An RPG-like 2D top down demo.
Find a file
King_DuckZ 20f8e75937 Use boost spirit to load csv files.
Allow loading of multiple csv files. Iterating on tiles now returns
a list of tiles, in back-to-front order.
Add a nicer tileset (although it's non-free and needs permission from
its author, need to get in touch in due time).
2016-11-07 22:02:46 +01:00
cmake/include First commit 2016-10-24 00:48:30 +02:00
lib Import DeathHandler. 2016-10-25 01:28:05 +02:00
src Use boost spirit to load csv files. 2016-11-07 22:02:46 +01:00
.gitignore Make virtual methods protected. 2016-10-26 00:50:14 +02:00
.gitmodules Import DeathHandler. 2016-10-25 01:28:05 +02:00
CMakeLists.txt Use boost spirit to load csv files. 2016-11-07 22:02:46 +01:00
nonfree_map.tmx Use boost spirit to load csv files. 2016-11-07 22:02:46 +01:00
nonfree_map_ground.csv Use boost spirit to load csv files. 2016-11-07 22:02:46 +01:00
nonfree_map_transparent.csv Use boost spirit to load csv files. 2016-11-07 22:02:46 +01:00
nonfree_texture.png Use boost spirit to load csv files. 2016-11-07 22:02:46 +01:00
textures.xcf Load and display actual tiles 2016-10-27 00:06:59 +02:00