yichenwa / 2DRoguelike

1 stars 4 forks source link

Create new rooms for the room pool #66

Open antihumorous opened 6 years ago

antihumorous commented 6 years ago

The room pool is functional in the current version, but fairly small. I would like some help creating more rooms for the pool. I have been using a utility called Tiled to create 16x11 tile rooms with the included tile palette in Assets/Tiled2Unity/Textures and exporting them to Unity.

For Windows, there is a utility called Tiled2Unity which will give you the ability to export your tile maps as a Unity prefab.

rhanulewicz commented 6 years ago

Where is the room pool stored? It looks like it's probably prefabs but I want to make sure this is it.

antihumorous commented 6 years ago

When you export with Tiled2Unity, it automatically creates a prefab in the export folder. We haven't moved the maps from that folder, as there are a lot of dependencies that break if you do. So, follow the instructions in Tiled2Unity and export to the existing folder structure.