Property definitions

gamnit $ TextureSet :: defaultinit
# Group of `Texture`
class TextureSet
	super HashSet[Texture]

	# Load all texture of this set
	fun load_all do for t in self do t.load
end
lib/gamnit/textures.nit:390,1--396,3