mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 08:47:58 +03:00
Improved fades and cinematic bars
This commit is contained in:
parent
e80146e6bf
commit
1d0cfa8554
19 changed files with 408 additions and 103 deletions
|
@ -28,7 +28,7 @@ GameScript::GameScript()
|
|||
"g", &GameScriptFog::G,
|
||||
"b", &GameScriptFog::B
|
||||
);
|
||||
|
||||
|
||||
m_lua.new_usertype<GameScriptLevel>("Level",
|
||||
sol::constructors<GameScriptLevel()>(),
|
||||
"name", &GameScriptLevel::Name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue