6 lines
182 B
Lua
6 lines
182 B
Lua
|
|
local t = Def.Model {
|
||
|
|
Meshes=NOTESKIN:GetPath('','model/note.txt');
|
||
|
|
Materials=NOTESKIN:GetPath('','model/grey.txt');
|
||
|
|
Bones=NOTESKIN:GetPath('','model/note.txt');
|
||
|
|
};
|
||
|
|
return t;
|