add move frame buttons

This commit is contained in:
2019-11-10 14:54:20 +01:00
parent 35937ad4c6
commit 802bce7383
5 changed files with 48 additions and 5 deletions

View File

@@ -52,6 +52,8 @@ class NodePanelAnimation : public Node
NodeButtonCustom* btn_remove = nullptr;
NodeButtonCustom* btn_up = nullptr;
NodeButtonCustom* btn_down = nullptr;
NodeButtonCustom* btn_left = nullptr;
NodeButtonCustom* btn_right = nullptr;
NodeButtonCustom* btn_duplicate = nullptr;
Node* m_layers_container = nullptr;
Node* m_frames_container = nullptr;