note instantiating fixes, hold note rendering experimentation

This commit is contained in:
msk
2023-09-16 18:54:35 -07:00
parent c8bd5c16c8
commit 02aa6f3e8b
6 changed files with 198 additions and 87 deletions
@@ -11,6 +11,8 @@ namespace WacK.Things.TunnelObjects
{
base.Init(noteData);
this.noteData = noteData;
// TODO: setup other Nodes to render hold note properly
}
}
}