diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-06-18 22:10:48 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2018-06-18 22:12:08 -0300 |
commit | 0a1c1c660fc6aa0689816e85f2b6791c225c6d63 (patch) | |
tree | 3907bed5d82fec145f771c713999418bd96ab5ef /scene/scene_string_names.h | |
parent | 5c5aafabecfeaa056cae4c3a7fbaa1c52f147930 (diff) |
-Added AnimationGraphPlayer (still missing features)
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
Diffstat (limited to 'scene/scene_string_names.h')
-rw-r--r-- | scene/scene_string_names.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/scene_string_names.h b/scene/scene_string_names.h index 2e6da26d68..b88cf7d8d7 100644 --- a/scene/scene_string_names.h +++ b/scene/scene_string_names.h @@ -199,6 +199,8 @@ public: StringName node_configuration_warning_changed; + StringName output; + enum { MAX_MATERIALS = 32 }; |