Me and a friend have started creating a platform game using sprite kit
in Xcode. We are creating the levels using the program tiled which consists of the main layer and objects layer. We are currently having issues adding a contact bit mask to the object layer in the map. We want the player to be able to make contact with our objects such as crates, floors, coins, health kits etc.
Any help on how to do this would be greatly appreciated.