mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 08:47:58 +03:00
Add documentation comments in GameFlowScript.cpp.
Move windowTitle from GameScriptSettings to GameFlowScript and rename it to SetWindowTitleKey.
This commit is contained in:
parent
769e36702a
commit
813b8bb42a
3 changed files with 60 additions and 24 deletions
|
@ -6,7 +6,6 @@ void GameScriptSettings::Register(sol::state* lua)
|
|||
lua->new_usertype<GameScriptSettings>("Settings",
|
||||
"screenWidth", &GameScriptSettings::ScreenWidth,
|
||||
"screenHeight", &GameScriptSettings::ScreenHeight,
|
||||
"windowTitle", &GameScriptSettings::WindowTitle,
|
||||
"enableDynamicShadows", &GameScriptSettings::EnableDynamicShadows,
|
||||
"windowed", &GameScriptSettings::Windowed,
|
||||
"enableWaterCaustics", &GameScriptSettings::EnableWaterCaustics,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue