Prepare a texture located at path within the assets folder

Property definitions

gamnit $ Texture :: new
	# Prepare a texture located at `path` within the `assets` folder
	new (path: Text) do return new TextureAsset(path.to_s)
lib/gamnit/textures.nit:59,2--60,55