Skip to content

Commit c132185

Browse files
committed
Merge pull request #107528 from timothyqiu/direct-x
Don't put main properties of `AnimatedSprite2D` inside a group
2 parents c528c58 + 1d40df2 commit c132185

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scene/2d/animated_sprite_2d.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ void AnimatedSprite2D::_bind_methods() {
669669
ADD_SIGNAL(MethodInfo("animation_looped"));
670670
ADD_SIGNAL(MethodInfo("animation_finished"));
671671

672-
ADD_GROUP("Animation", "");
673672
ADD_PROPERTY(PropertyInfo(Variant::OBJECT, "sprite_frames", PROPERTY_HINT_RESOURCE_TYPE, "SpriteFrames"), "set_sprite_frames", "get_sprite_frames");
674673
ADD_PROPERTY(PropertyInfo(Variant::STRING_NAME, "animation", PROPERTY_HINT_ENUM, ""), "set_animation", "get_animation");
675674
ADD_PROPERTY(PropertyInfo(Variant::STRING_NAME, "autoplay", PROPERTY_HINT_NONE, "", PROPERTY_USAGE_NO_EDITOR), "set_autoplay", "get_autoplay");

0 commit comments

Comments
 (0)