New Tiles

As I now have a working map viewing program I decided to change the temporary Ultima tiles and map for the David Gervais tileset. For those not familiar with this tileset they are a very large colletion of tiles designed for Angband originally (I think). OK so this screenshot couldn’t be more boring if I tried but it does demonstrate a larger view area and also illustrates the use of transparent tiles which just took me a few minutes to work out using SFML.

Behind the scenes I’ve also started adding additional tiles to the game. Basically I have one large image which holds all the 32×32 pixel tiles for the map, items and monsters and SFML can be told to use just a small portion of the image to make up each tile. Now that I’m up and running with coding the SFML side of things seems very easy to use.

Next thing is to setup different properties for tiles such as whether they are passable, water etc. I also need a more interesting map!

Leave a Reply