From b44f7188dc08291ca66c0794426bcbf1bc064c7e Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Mon, 27 May 2024 18:54:57 +0100 Subject: [PATCH] Assign character tags to dolls layer --- game/scripts/options.rpy | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/game/scripts/options.rpy b/game/scripts/options.rpy index 4ea5b79f..24317558 100644 --- a/game/scripts/options.rpy +++ b/game/scripts/options.rpy @@ -66,6 +66,16 @@ define config.help = None define config.side_image_only_not_showing = True define config.allow_underfull_grids = True define config.crop_relative_default = False +define config.tag_layer = { + "tonks_main": "dolls", + "genie_main": "dolls", + "snape_main": "dolls", + "hermione_main": "dolls", + "luna_main": "dolls", + "cho_main": "dolls", + "astoria_main": "dolls", + "susan_main": "dolls", +} # Graphics and cache settings define config.gl2 = True