From 9babad5a40874b2c032faa7dfafd1820549b41d2 Mon Sep 17 00:00:00 2001 From: Stefan Heinz Date: Sat, 20 Sep 2025 00:50:48 +0200 Subject: [PATCH] Add prop_testchamber_sign 'use global config' properties --- fgd/point/prop/prop_testchamber_sign.fgd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fgd/point/prop/prop_testchamber_sign.fgd b/fgd/point/prop/prop_testchamber_sign.fgd index d5316424a..00a678e1a 100644 --- a/fgd/point/prop/prop_testchamber_sign.fgd +++ b/fgd/point/prop/prop_testchamber_sign.fgd @@ -19,6 +19,9 @@ ] enabled(boolean) : "Enabled" : 1 : "Whether or not to start on" + use_mod_config(boolean) : "Use Global Config" : 0 : "For mods. When enabled, read data from the mod's chamber sign config" + mod_config_sign_id(integer) : "Global Config: Sign ID" : 0 : "Set a sign ID unique to this map that. Allows configuring multiple signs in global config" + separator(string) readonly : "------------------------------------------------" : 0 : "" sign_levelname(string) : "Level name" : : "Name of the puzzle to display above the main number" sign_startup_sequence(choices) : "Default Startup Sequence" : "Normal Flicker" : "Name of the startup sequence to use" =