I’m extremely new to Corona but have a bit of programming experience.
I’m looking at some sample code to see how Apps are put together and have a question.
I’m looking at a particular piece of sample code and I notice that the images that the game uses seem to be bundled up in a PSD file, so that the individual images are not stored in the app’s folder hierarchy.
I use Mac exclusively, and do not have Photoshop. I do have pixelmator, and I opened up the PSD file and see that all the images that appear in the game are in this one PSD file as different layers.
FANCY! I can see how that would be extremely useful.
My question is, basically how do you set this up? How do you use corona to dig into the layers of a PSD file and pull out the right one? In this example I’m thinking it has a lot to do with the “content.lua” file, but I’m not able to see how the puzzle fits together yet.
Feel free to point me to standard documentation on how to work with PSD files – I haven’t found anything yet.
I’m specifically looking at this Match the Letter Game
https://github.com/johnpolacek/Match-The-Letter-Game
Cheers! [import]uid: 191855 topic_id: 32855 reply_id: 332855[/import]
