texture
Files live in textures/. Used by mesh · texture, particles · texture, polygon · texture, shape2d · texture, sprite · texture.
An image and the import settings it is read with. A texture property takes a plain image path, which reads the image with its sidecar; this is for one use of a picture that reads it differently. Any key the image's sidecar takes may be written here, and wins over it.
type = "texture"
source = "art/hero.png"
filter = "nearest" # this use crisp, the sidecar's smooth
pixels_per_unit = 32