Search found 1 match

by gusg21
Sat May 30, 2020 9:52 pm
Forum: Support and Development
Topic: How to get the source filename of a loaded Image?
Replies: 2
Views: 4298

How to get the source filename of a loaded Image?

I'm trying to make a built-in editor for my game and therefore I need it to save new entities which in turn need to save whatever image they're using, but I'm having trouble serializing an image effectively. The way I'd like to do it would be to simply save the path to the image file, but it doesn't...