mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Dev settings for using ScriptCore as either dll or csproj
This commit is contained in:
@@ -83,6 +83,8 @@ class EngineClasses
|
||||
|
||||
static class ScriptEngine
|
||||
{
|
||||
// TODO: Maybe make it possible to set the path to ScriptCore just like for the script project?
|
||||
// This would probably require a separate small project that just handles the script-engine interface.
|
||||
public const String ScriptCorePath = "Resources/Scripts/ScriptCore.dll";
|
||||
|
||||
private static Scene s_Context ~ _?.ReleaseRef();
|
||||
|
||||
Reference in New Issue
Block a user