mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add copy button to sprite_frames_editor_plugin
This commit is contained in:
parent
369a119963
commit
831d601a83
2 changed files with 21 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue