Update README.md

This commit is contained in:
Mister_Nebula 2020-06-09 12:11:49 +01:00 committed by GitHub
parent 6e22fbcf31
commit 3af70bb72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ var configDict = new Dictionary<string, object>
{ "surfaceAcceleration", 12f }, { "surfaceAcceleration", 12f },
{ "hasMapMarker", true }, { "hasMapMarker", true },
{ "hasFog", true }, { "hasFog", true },
{ "fogTint", new Color32(255, 0, 0, 128 }, { "fogTint", new Color32(255, 0, 0, 128) },
{ "fogDensity", 0.5f }, { "fogDensity", 0.5f },
}; };
``` ```