Skip to content

Instantly share code, notes, and snippets.

View modality's full-sized avatar

Michael Hansen modality

View GitHub Profile
@modality
modality / RoomThemer.cs
Created May 21, 2021 20:27 — forked from crappygraphix/RoomThemer.cs
Volume Based Randomized Themer
using UnityEngine;
using System.Collections.Generic;
using DungeonArchitect;
using DungeonArchitect.Graphs;
using DungeonArchitect.Utils;
using DungeonArchitect.Flow.Domains.Tilemap;
using DungeonArchitect.Builders.GridFlow;
/// <summary>
/// Spawns various theme override volumes around rooms and corridors.