mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 08:47:58 +03:00
Implemented ResetHUB
This commit is contained in:
parent
aee5faf236
commit
c17496be6c
5 changed files with 20 additions and 8 deletions
|
@ -45,7 +45,8 @@ GameScript::GameScript()
|
|||
"background", &GameScriptLevel::Background,
|
||||
"rain", &GameScriptLevel::Rain,
|
||||
"snow", &GameScriptLevel::Snow,
|
||||
"laraType", &GameScriptLevel::LaraType
|
||||
"laratype", &GameScriptLevel::LaraType,
|
||||
"resethub", &GameScriptLevel::ResetHub
|
||||
);
|
||||
|
||||
m_lua.new_usertype<GameScript>("GameScript",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue