mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-16 21:05:22 +00:00
Fix setGemPosition(), add more Lua functions:
- isShader() - isParticleEffect() - pe_start() - pe_stop() - pe_isRunning() - isMiniMapCursorOkay()
This commit is contained in:
parent
69e25640fb
commit
3fe9ffc2cd
8 changed files with 65 additions and 13 deletions
|
@ -39,6 +39,7 @@ static const char *scriptObjTypeNames[] =
|
|||
/* (1 <<11) */ "Text",
|
||||
/* (1 <<12) */ "PauseQuad",
|
||||
/* (1 <<13) */ "Shader",
|
||||
/* (1 <<14) */ "ParticleEffect",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue