Distance between the beginning of a letter tile and the beginning of the next letter tile

Property definitions

gamnit $ TileSetFont :: advance
	# Distance between the beginning of a letter tile and the beginning of the next letter tile
	fun advance: Float do return width.to_f + hspace.to_f
lib/gamnit/tileset.nit:99,2--100,54