* Added colored lights (thanks to StaticZ :-))

This commit is contained in:
2015-05-10 11:42:05 +02:00
parent 937cfb6323
commit f3f5d12c2f
3 changed files with 1102 additions and 2 deletions

View File

@@ -922,6 +922,7 @@ begin
edY.MaxValue := FLandscape.CellHeight;
FOverlayUI := TOverlayUI.Create;
FLightManager := TLightManager.Create(@GetDrawOffset);
FLightManager.LoadConfig(FAppDir + 'ColorLight.xml');
ProcessAccessLevel;