diff options
| author | sersoong | 2017-10-27 12:25:13 +0800 |
|---|---|---|
| committer | sersoong | 2017-10-28 08:03:49 +0800 |
| commit | 831d601a8310d23650662c0f7bd2ec83d4e84be5 (patch) | |
| tree | 5ed3a69642042d05c8c72f2dffa9818617cc128d /editor/plugins/sprite_frames_editor_plugin.h | |
| parent | 369a119963a504582b06fdbfb92c32ad87643805 (diff) | |
| download | godot-831d601a8310d23650662c0f7bd2ec83d4e84be5.tar.gz godot-831d601a8310d23650662c0f7bd2ec83d4e84be5.tar.zst godot-831d601a8310d23650662c0f7bd2ec83d4e84be5.zip | |
Add copy button to sprite_frames_editor_plugin
Diffstat (limited to 'editor/plugins/sprite_frames_editor_plugin.h')
| -rw-r--r-- | editor/plugins/sprite_frames_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/sprite_frames_editor_plugin.h b/editor/plugins/sprite_frames_editor_plugin.h index 0d1ab9fd8..9fdab37f0 100644 --- a/editor/plugins/sprite_frames_editor_plugin.h +++ b/editor/plugins/sprite_frames_editor_plugin.h @@ -44,6 +44,7 @@ class SpriteFramesEditor : public PanelContainer { Button *load; Button *_delete; + Button *copy; Button *paste; Button *empty; Button *empty2; @@ -72,6 +73,7 @@ class SpriteFramesEditor : public PanelContainer { void _load_pressed(); void _load_scene_pressed(); void _file_load_request(const PoolVector<String> &p_path, int p_at_pos = -1); + void _copy_pressed(); void _paste_pressed(); void _empty_pressed(); void _empty2_pressed(); |
