Files
itgmania212121/NoteSkins/dance/midi-note-3d/Down Tap Note.lua
T
2011-04-05 15:10:00 -04:00

8 lines
194 B
Lua

local t = Def.Model {
Meshes=NOTESKIN:GetPath('_down','tap note meshes');
Materials=NOTESKIN:GetPath('_down','tap note materials');
Bones=NOTESKIN:GetPath('_down','tap bones');
};
return t;