itch.io is community of indie game creators and players

Devlogs

Level Design in Somnipathy: Building the Apartment

Somnipathy
A browser game made in HTML5

Making Somnipathy
Saturday 4/2/22, Around 1 PM:

Zaknafean: HVC, make the apartment.
HVC: Uhh. sounds like an art team problem to me.
Zaknafean: Nah, all the assets are already done. Okay, look at my screen, I’m going to show you how to make a tile map.
HVC: Alright I’m watching.
*Zaknafean demonstrates how to tile a png within Godot*
Zaknafean: Got it? Cool, make the apartment!
HVC: The whole thing?
Zaknafean: The whole thing!

And thus was decided the next 8ish hours of my life!

Tile mapping in Godot is weirdly simple and you can do it to literally any png. Each room was a new ‘Scene’ and to that Scene you add a ‘Navigation2D’ child node. From there, you can add a TileMap child node to your ‘Navigation2D’ node.

Download Somnipathy
Leave a comment