jpegImages top-level constant

List<String> const jpegImages

Only the Stars are a jpeg, but I'll add this list as a hint on whether to load a jpeg or a png Generally on all images I want alpha channel, but on background, size is more important.

Implementation

const List<String> jpegImages = ["stars"];