Added sky lights multiplier track bar

This commit is contained in:
MihailRis
2023-11-22 16:03:23 +03:00
parent eb18269416
commit d2c87f4ba5
6 changed files with 21 additions and 6 deletions
+2
View File
@@ -31,6 +31,8 @@ public:
LevelEvents* events;
const EngineSettings& settings;
float skyLightMutliplier = 1.0f; // will be replaced with day-night cycle
Level(World* world,
const Content* content,
Player* player,