implement animation panel interaction
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user