Resources

interface Resources

An abstraction for loading resources, without needing to know the ultimate source of those resources. At time of writing, the only implementation is GLJarResources, though another implementation which loads from the filesystem would also be useful.

Functions

Link copied to clipboard
abstract fun loadTexture(name: String): Texture

Loads a texture.