mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
Distance fog
This commit is contained in:
parent
5b92de671d
commit
28931e36e5
16 changed files with 151 additions and 123 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue