mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 04:26:42 +03:00
Rename GameScriptSettings to Settings on the Lua side.
This commit is contained in:
parent
fde79b4704
commit
2e3a845aa4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
void GameScriptSettings::Register(sol::state* lua)
|
||||
{
|
||||
lua->new_usertype<GameScriptSettings>("GameScriptSettings",
|
||||
lua->new_usertype<GameScriptSettings>("Settings",
|
||||
"screenWidth", &GameScriptSettings::ScreenWidth,
|
||||
"screenHeight", &GameScriptSettings::ScreenHeight,
|
||||
"windowTitle", &GameScriptSettings::WindowTitle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue