I would appreciate some help and suggestions ( as i’m a complete beginner ) with tiled map editor.
Sadly, the sticker knight example doesn’t show how to create new objects in game ( like shooting lasers, etc. )
. I did try to simply create a new physics object and apply linear velocity to it in the hero class, but i have no idea how to add it to the map image group, so it didn’t follow the same coordinate system. How would you fix something like this? In case you haven’t read the tutorial, here’s the link: https://github.com/coronalabs/Sticker-Knight-Platformer/
Any help is highly appreciated!