594eaa0807
One little note tough, Midiman said he is making a new midi-note, So I might update these with Midiman's edits in the future.
8 lines
176 B
Lua
8 lines
176 B
Lua
local t = Def.Model {
|
|
Meshes=NOTESKIN:GetPath('_Down','Tap Note');
|
|
Materials=NOTESKIN:GetPath('_Down','Tap Note');
|
|
Bones=NOTESKIN:GetPath('_Down','Tap Note');
|
|
};
|
|
|
|
return t;
|