Disambiguate options for lighting mode selection

This commit is contained in:
pizzaboxer 2023-06-26 20:46:30 +01:00
parent 9aded4ead5
commit 14a1872674
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -30,10 +30,10 @@ namespace Bloxstrap.Singletons
public static IReadOnlyDictionary<string, string> LightingTechnologies => new Dictionary<string, string>
{
{ "Automatic", "" },
{ "Voxel", "DFFlagDebugRenderForceTechnologyVoxel" },
{ "ShadowMap", "FFlagDebugForceFutureIsBrightPhase2" },
{ "Future", "FFlagDebugForceFutureIsBrightPhase3" }
{ "Chosen by game", "" },
{ "Voxel (Phase 1)", "DFFlagDebugRenderForceTechnologyVoxel" },
{ "ShadowMap (Phase 2)", "FFlagDebugForceFutureIsBrightPhase2" },
{ "Future (Phase 3)", "FFlagDebugForceFutureIsBrightPhase3" }
};
// this is one hell of a dictionary definition lmao