mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 18:11:27 -07:00
Disambiguate options for lighting mode selection
This commit is contained in:
parent
9aded4ead5
commit
14a1872674
@ -30,10 +30,10 @@ namespace Bloxstrap.Singletons
|
|||||||
|
|
||||||
public static IReadOnlyDictionary<string, string> LightingTechnologies => new Dictionary<string, string>
|
public static IReadOnlyDictionary<string, string> LightingTechnologies => new Dictionary<string, string>
|
||||||
{
|
{
|
||||||
{ "Automatic", "" },
|
{ "Chosen by game", "" },
|
||||||
{ "Voxel", "DFFlagDebugRenderForceTechnologyVoxel" },
|
{ "Voxel (Phase 1)", "DFFlagDebugRenderForceTechnologyVoxel" },
|
||||||
{ "ShadowMap", "FFlagDebugForceFutureIsBrightPhase2" },
|
{ "ShadowMap (Phase 2)", "FFlagDebugForceFutureIsBrightPhase2" },
|
||||||
{ "Future", "FFlagDebugForceFutureIsBrightPhase3" }
|
{ "Future (Phase 3)", "FFlagDebugForceFutureIsBrightPhase3" }
|
||||||
};
|
};
|
||||||
|
|
||||||
// this is one hell of a dictionary definition lmao
|
// this is one hell of a dictionary definition lmao
|
||||||
|
Loading…
Reference in New Issue
Block a user