Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
| 1. | Using Tiled Qt, add a property to the tombstone tile in WAVTileset.tmx, with name = “tombstone” and value = “true”. |
| 2. | Using the property added in Exercise 1, change WAVActivity so that when the user touches a tombstone tile, it is briefly replaced by a tile that says “Boo!” To make this modification, you’ll have to create the tile, create a new tile set, and use Tiled Qt to add the new tile to the map. |