Distance fog

This commit is contained in:
MontyTRC89 2021-11-23 09:10:07 +01:00
parent 5b92de671d
commit 28931e36e5
16 changed files with 151 additions and 123 deletions

View file

@ -23,6 +23,7 @@ GameFlow::GameFlow(sol::state* lua) : LuaHandler{ lua }
{
GameScriptLevel::Register(m_lua);
GameScriptSkyLayer::Register(m_lua);
GameScriptFog::Register(m_lua);
GameScriptMirror::Register(m_lua);
GameScriptInventoryObject::Register(m_lua);
GameScriptSettings::Register(m_lua);