mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-02 22:14:37 +00:00
More extensions to script interface:
- obj_fadeAlphaWithLife() - obj_setOverrideRenderPass() - setLayerRenderPass() - debugBreak() - saveMenu() - setGemPosition() - removeGem()
This commit is contained in:
parent
51ee827d98
commit
0431932b2b
6 changed files with 131 additions and 3 deletions
|
@ -296,4 +296,7 @@ void openURL(const std::string &url);
|
|||
std::string underscoresToSpaces(const std::string &str);
|
||||
std::string spacesToUnderscores(const std::string &str);
|
||||
|
||||
void triggerBreakpoint();
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue