Greetings, I'm programming a game and added a scene for a standard explosion animation. One of its nodes is an Animated Sprite. I worked with that at home, and to send it quicker to my office to tweak it a little more, I decided not to send all my game files, just the scenes I changed and the explosion animated image sequence I made, and here at the office I just replaced the scenes I changed.
Weird enough, when I try to run it, Godot cannot find the explosion animation. If I try to remove the Animated Sprite node, create a new "default" animation and load the image sequence files for the explosion, it simply says: "ERROR: Could not load frame resource!" (these image files show a small cube icon in the Godot file browser).
Since my files are all working fine (and they did work at home), what did I miss when I tried to use my files at the office, and how can I fix this?
Thanks in advance!