@handlerug@handlerug.me The manual unpacking method.. I'm very unused to creating JARs with libraries so I don't understand the script yet.. Have to disect it slowly
The banners being gone, that doesn't seem right. I use getResource() precisely so that it can continue to grab assets while it's in in a JAR file. I learned that during my early Java days, when the typical filename methods fail when you move to a JAR. If the timeline window background is still there, as are the round buttons, then it seems like the banners aren't being copied into graphics correctly, or..
..o.. Oh. Um, ImageApi#locals doesn't use getResource, it's using a filesystem-based method. I need to fix that.. But how do you query a directory of resources within a JAR file.. I'll look at the StackOverflow thread you pasted, it makes sense now. Thank you-