Collision blocks provide boundaries in which are player can and cannot travel through. You can place these manually, but given that this is a multi-level game we're developing, it makes sense to export these blocks from a map editor, then precisely lay them based on their data.
We'll learn how to do exactly that with this lesson.