No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

EXP_BakedStory.gd 151B

123456
  1. tool
  2. extends Resource
  3. export(String) var TYPE = "EXP_Baked_Story"
  4. export(Dictionary) var story : Dictionary
  5. export(Dictionary) var names : Dictionary