I actually have no idea what to call this:

http://flowlab.io/game/play/1092765 go to the final level, it’s kind of sad that I have to reveal my joke but it’s glitching out really badly. The player won’t appear, and neither will the building, and the camera’s doing whatever it wants.

@browngr
The “the end” sign is glitching out because the hitbox is a capsule. The round hit box is colliding with the green blocks and the top which that hitbox doesnt fit in, just change the sign to a square hitbox and it should be fine.

Edit: The reason why it doesn’t fall all the way is because of an invisible Block. Also there is white space by “the end” sign because the camera is set to -1 and 32 (autoscrolls 1 block left and right)

Thanks!