I am going to try to do a platform scroller game, and decided to checkout Tiled. It looks like a great tool to use.
I have created a map and tilesets for the map in Tiled. I exported the tileset as a lua file to use in my app. I see the file path for each image is the path to the art folder on my mac where I pulled those images.
How do I, when I export that tileset from Tiled, as a lua file… and see that the path is a path to a directory in my app folder… such as “Textures/Tiles” ?
I have been searching for quite awhile on internet and forum posts and see no where that shows me how I can change that path to the images, from the local mac path, to a local path in my app project
Anyone have any insight into this?
Sorry, I am missing what likely is obvious, and admittedly I just started playing with Tiled, but after looking at many posts for hours for an answer with no luck, thought I would ask for some guidance on this.
Thanks
Bob