Load all texture of this set

Property definitions

gamnit $ TextureSet :: load_all
	# Load all texture of this set
	fun load_all do for t in self do t.load
lib/gamnit/textures.nit:394,2--395,40