Root texture from which self is derived

Property definitions

gamnit $ Texture :: root
	# Root texture from which `self` is derived
	fun root: RootTexture is abstract
lib/gamnit/textures.nit:62,2--63,34

gamnit $ RootTexture :: root
	redef fun root do return self
lib/gamnit/textures.nit:221,2--30

gamnit $ Subtexture :: root
	redef fun root do return parent.root
lib/gamnit/textures.nit:345,2--37