I am new to tier2 and I'm working with the mac template. I initially set my media folder in code to /media and created the folder and put an image in it. I was able to load the image and it displayed on the screen properly.
Now I am creating manager classes and they are in new folders in the same project. I try the load the image now from a manager class and I just get a white square now. In my manager i load it the same way with just the image name and I get an id back but the sprite I create is just white.
I guess I have two questions:
1) where are images supposed to go in the mac template?
2) if you load image from a class in a different folder do you have to adjust your path?
I appreciate any assistance.