Number of columns of tiles in the texture

Property definitions

gamnit $ TileSet :: nb_cols
	# Number of columns of tiles in the texture
	var nb_cols: Int = (texture.width / width.to_f).to_i is lazy
lib/gamnit/tileset.nit:31,2--32,61