presumably like so? ``` val url = ...
# getting-started
h
presumably like so?
Copy code
val url =
        Thread.currentThread().contextClassLoader.getResource("/terrain.png")
            ?: BufferedImage::class.java.getResource("/terrain.png")
            ?: throw FileNotFoundException("terrain.png")