add 'graphics.soft-lighting' setting

This commit is contained in:
MihailRis
2025-11-10 18:28:24 +03:00
parent 232a86aae4
commit 0a45277f96
4 changed files with 32 additions and 16 deletions
+2
View File
@@ -85,6 +85,8 @@ struct GraphicsSettings {
IntegerSetting shadowsQuality {0, 0, 3};
/// @brief Dense render distance
IntegerSetting denseRenderDistance {56, 0, 10'000};
/// @brief Soft lighting for blocks
FlagSetting softLighting {true};
};
struct PathfindingSettings {