FIxed bars; Made debug infos configurable with LUA;

This commit is contained in:
MontyTRC89 2018-10-30 18:49:16 +01:00
parent 6ac474e18e
commit b425561e3f
5 changed files with 154 additions and 138 deletions

View file

@ -17,7 +17,9 @@ GameFlow::GameFlow(sol::state* lua)
"enableDynamicShadows", &GameScriptSettings::EnableDynamicShadows,
"windowed", &GameScriptSettings::Windowed,
"enableWaterCaustics", &GameScriptSettings::EnableWaterCaustics,
"drawingDistance", &GameScriptSettings::DrawingDistance
"drawingDistance", &GameScriptSettings::DrawingDistance,
"showRendererSteps", &GameScriptSettings::ShowRendererSteps,
"showDebugInfo", &GameScriptSettings::ShowDebugInfo
);
// Layer type