mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 08:47:58 +03:00
Register GameScriptRotation in GameFlowScript and not GameLogicScript.
This commit is contained in:
parent
25d90c9820
commit
156342ca14
2 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,7 @@ GameFlow::GameFlow(sol::state* lua) : LuaHandler{ lua }
|
|||
GameScriptSettings::Register(m_lua);
|
||||
GameScriptAudioTrack::Register(m_lua);
|
||||
GameScriptColor::Register(m_lua);
|
||||
GameScriptRotation::Register(m_lua);
|
||||
|
||||
/***
|
||||
Add a level to the gameflow.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue