Started Transform .Net API

- Euler Rotate
- Set local translation
- Separated C# modules
- Bumped Coral 🪸
This commit is contained in:
Antoine Pilote
2023-10-23 23:35:32 -04:00
parent 978b0a2f84
commit b87336a693
10 changed files with 608 additions and 530 deletions

View File

@@ -32,7 +32,7 @@ namespace Nuake
if (!wren.mWrenScript->HasCompiledSuccesfully())
{
Logger::Log("ScriptingSystem failed");
Logger::Log("Failed to compile Wren script: " + wren.Script, "scripting system");
return false;
}