I'm currently reworking the entire file management system. Since this game takes a long time to start up, so I'm improving the format to separate most of the images into files and load them😉
Yes, currently all images are loaded at startup, but if the number of images increases any further, memory will be overwhelmed and the program will not be able to start. So I have improved the system to output them all to a file and load them individually👍