Add new "OptionsVisualizer" (#25128)

This is a visualizer somewhat similar to the Generic. It allows configuring appearance info based on specific CVars the user has set. This allows YAML to easily configure alternatives for accessibility CVars like reduced motion.
This commit is contained in:
Pieter-Jan Briers
2024-02-17 21:52:11 +01:00
committed by GitHub
parent cb32a8470f
commit 1ce2155315
10 changed files with 217 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ namespace Content.Server.Entry
"InventorySlots",
"LightFade",
"HolidayRsiSwap",
"OptionsVisualizer",
};
}
}