tjmclain / YarnSpinner-GodotSharp

MIT License
0 stars 0 forks source link

`ActionLibrary`: cache `ActionInfo` lists offline #9

Closed tjmclain closed 1 year ago

tjmclain commented 1 year ago

ActionLibrary already caches its own data, but DialogueRunner forces a refresh anyway. All I need to do here is stop DialoguRunner from calling refresh if we're not in editor. https://docs.godotengine.org/en/stable/tutorials/plugins/running_code_in_the_editor.html