Started adding collision boxes to the crude version of the level
Some of the platform looking things are going to be doors. A lot of the tiles are just a single tile that I just used to trace out the level real fast and fill it in. I’m going to go over it again and actually place varying tiles down. There is also going to be a ladder on the top right. The lantern looking things are going to be items that you will need to collect. The rules are going to appear near the middle of the screen. The items you currently have are going to appear on the top of the screen. I just need to add some code to my engine that reads the map file and creates the edges for box2d.
