diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-05-25 01:46:45 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-05-25 01:47:02 -0300 |
commit | f36e7dcb405ead38c33d808f732fd7b4e23d19e5 (patch) | |
tree | c9c32ce63935fbb3670ae51b921d1a0d1992256f /tools/editor/property_editor.h | |
parent | f8f3362cab16ddfbc1d954ecadbccd4838200769 (diff) |
improved animation editor
-same-value link keys
-new layout
-forward, backwards playback
-integrated curve/property editor
-auto increment sprite frame after insert
-copy & paste animation resoucres
Diffstat (limited to 'tools/editor/property_editor.h')
-rw-r--r-- | tools/editor/property_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/property_editor.h b/tools/editor/property_editor.h index 7a7354c88e..164643afaa 100644 --- a/tools/editor/property_editor.h +++ b/tools/editor/property_editor.h @@ -187,6 +187,7 @@ class PropertyEditor : public Control { Node *get_instanced_node(); void _refresh_item(TreeItem *p_item); + void _set_range_def(Object *p_item, String prop, float p_frame); UndoRedo *undo_redo; protected: |