mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 19:42:29 +00:00
feat(ui): implement script methods for character creation screen
This commit is contained in:
parent
77cb9ed966
commit
b4ff9994e2
11 changed files with 90 additions and 23 deletions
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
const char* g_glueScriptEvents[41];
|
||||
const char* g_scriptEvents[722];
|
||||
int32_t g_glueFrameScriptGenders[3] = { 2, 3, 1 };
|
||||
|
||||
void* FrameScript::s_mempool;
|
||||
lua_State* FrameScript::s_context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue