implement animation panel interaction

This commit is contained in:
2019-10-17 20:42:52 +02:00
parent 62863e7224
commit 7487feb168
14 changed files with 399 additions and 16 deletions

View File

@@ -101,6 +101,9 @@ void NodeLayer::set_name(const char* s)
m_label_text = s;
m_label->set_text(s);
}
//////////////////////////////////////////////////////////////////////////
Node* NodePanelLayer::clone_instantiate() const
{
return new NodePanelLayer();