Number of rows of tiles in the texture

Property definitions

gamnit $ TileSet :: nb_rows
	# Number of rows of tiles in the texture
	var nb_rows: Int = (texture.height / height.to_f).to_i is lazy
lib/gamnit/tileset.nit:34,2--35,63