Intial commit

This commit is contained in:
2020-05-15 20:02:56 -04:00
commit ad966789c5
284 changed files with 6546 additions and 0 deletions

View File

@ -0,0 +1,9 @@
tool
extends Resource
export(String) var TYPE = "EXP_Story_editor"
export(Dictionary) var names : Dictionary
export(Dictionary) var story : Dictionary
export(Array) var available_dids : Array
export(Array) var groups : Array