Add color swappers, color swapping, and color targets.

This commit is contained in:
Signal 2025-11-19 11:43:24 -05:00
parent 9acd605c86
commit 5fd67703c0
34 changed files with 688 additions and 29 deletions

View file

@ -5,7 +5,13 @@ artifact = {
-- This toggles a lot of things, including whether initialization takes place,
-- whether nodes can be pointed, and whether the player is permitted to
-- bypass certain restrictions imposed by the story.
debug = true
debug = true,
colors = {
gold = "#faf17a",
red = "#e94f3f",
green = "#6aae68",
blue = "#789fd8"
}
}
-- For brevity.