diff --git a/class_animatedsprite.md b/class_animatedsprite.md index 1b9984e..b76b798 100644 --- a/class_animatedsprite.md +++ b/class_animatedsprite.md @@ -21,6 +21,9 @@ Sprite node that can use multiple textures for animation. * void **[set_modulate](#set_modulate)** **(** [Color](class_color) modulate **)** * [Color](class_color) **[get_modulate](#get_modulate)** **(** **)** const +### Signals + * **frame_changed** **(** **)** + ### Description Sprite node that can use multiple textures for animation. diff --git a/class_animatedsprite3d.md b/class_animatedsprite3d.md index 6c81380..7099b2e 100644 --- a/class_animatedsprite3d.md +++ b/class_animatedsprite3d.md @@ -11,4 +11,7 @@ * void **[set_frame](#set_frame)** **(** [int](class_int) frame **)** * [int](class_int) **[get_frame](#get_frame)** **(** **)** const +### Signals + * **frame_changed** **(** **)** + ### Member Function Description diff --git a/class_sprite.md b/class_sprite.md index 2dda651..8141113 100644 --- a/class_sprite.md +++ b/class_sprite.md @@ -29,6 +29,9 @@ General purpose Sprite node. * void **[set_modulate](#set_modulate)** **(** [Color](class_color) modulate **)** * [Color](class_color) **[get_modulate](#get_modulate)** **(** **)** const +### Signals + * **frame_changed** **(** **)** + ### Description General purpose Sprite node. This Sprite node can show any texture as a sprite. The texture can be used as a spritesheet for animation, or only a region from a bigger texture can referenced, like an atlas. diff --git a/class_sprite3d.md b/class_sprite3d.md index 25f98cb..f3965e9 100644 --- a/class_sprite3d.md +++ b/class_sprite3d.md @@ -19,4 +19,7 @@ * void **[set_hframes](#set_hframes)** **(** [int](class_int) hframes **)** * [int](class_int) **[get_hframes](#get_hframes)** **(** **)** const +### Signals + * **frame_changed** **(** **)** + ### Member Function Description