1
0
Fork 0
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:
fgenesis 2013-07-11 15:06:38 +02:00
parent 51ee827d98
commit 0431932b2b
6 changed files with 131 additions and 3 deletions

View file

@ -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