Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions fgd/point/prop/prop_testchamber_sign.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -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" =
Expand Down
Loading