Fixes a bug when using the TMX format, where multi-line String properties would not be correctly parsed, as they are placed differently in the XML than single line strings. (#75)
The Tiled docs also state that this multi-line format may in the future be used for all property values, so this change will help to futureproof against that.