You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
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
This commit is contained in:
@@ -348,7 +348,7 @@ class EditorNode : public Node {
|
||||
|
||||
void _instance_request(const String& p_path);
|
||||
|
||||
void _property_keyed(const String& p_keyed,const Variant& p_value);
|
||||
void _property_keyed(const String& p_keyed, const Variant& p_value, bool p_advance);
|
||||
void _transform_keyed(Object *sp,const String& p_sub,const Transform& p_key);
|
||||
|
||||
void _update_keying();
|
||||
|
||||
Reference in New Issue
Block a user