gitextract_dzyrmz1o/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md └── addons/ └── goutte.animated_shape_2d/ ├── README.md ├── animated_shape_2d.gd ├── animated_shape_2d.svg.import ├── editor/ │ ├── icons/ │ │ ├── copy.png.import │ │ ├── edit.png.import │ │ ├── link.png.import │ │ ├── new.png.import │ │ ├── paste.png.import │ │ ├── remove.png.import │ │ ├── shift_left.png.import │ │ ├── shift_right.png.import │ │ ├── zoom_less.png.import │ │ ├── zoom_more.png.import │ │ └── zoom_reset.png.import │ ├── linked_frames_feedback.gd │ ├── shape_frame_editor.gd │ ├── shape_frame_editor.tscn │ ├── shape_frames_bottom_panel_control.gd │ ├── shape_frames_bottom_panel_control.tscn │ └── shape_preview.gd ├── plugin.cfg ├── plugin.gd ├── shape_frame_2d.gd └── shape_frames_2d.gd