diff options
| author | Juan Linietsky | 2017-08-06 22:51:56 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-08-06 22:51:56 -0300 |
| commit | 7e4970214c92fec0e7262f36765764a81e28b2be (patch) | |
| tree | 1507401fe727ec1a2bb5b5cc7eb3d4cb55190cc6 /scene/animation/animation_player.cpp | |
| parent | 378b1e6cf0cbcc9c30c61e0cabc7090f70fd380c (diff) | |
| download | godot-7e4970214c92fec0e7262f36765764a81e28b2be.tar.gz godot-7e4970214c92fec0e7262f36765764a81e28b2be.tar.zst godot-7e4970214c92fec0e7262f36765764a81e28b2be.zip | |
Diffstat (limited to 'scene/animation/animation_player.cpp')
| -rw-r--r-- | scene/animation/animation_player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/animation/animation_player.cpp b/scene/animation/animation_player.cpp index 543b64bd1..85a9ada38 100644 --- a/scene/animation/animation_player.cpp +++ b/scene/animation/animation_player.cpp @@ -1268,7 +1268,7 @@ void AnimationPlayer::_bind_methods() { ClassDB::bind_method(D_METHOD("advance", "delta"), &AnimationPlayer::advance); - ADD_GROUP("Playback", "playback_"); + ADD_GROUP("Playback Options", "playback_"); ADD_PROPERTY(PropertyInfo(Variant::INT, "playback_process_mode", PROPERTY_HINT_ENUM, "Fixed,Idle"), "set_animation_process_mode", "get_animation_process_mode"); ADD_PROPERTY(PropertyInfo(Variant::REAL, "playback_default_blend_time", PROPERTY_HINT_RANGE, "0,4096,0.01"), "set_default_blend_time", "get_default_blend_time"); ADD_PROPERTY(PropertyInfo(Variant::NODE_PATH, "root_node"), "set_root", "get_root"); |
