e424ff5c8b
Added: - Cel (classic) - Metal (classic) - Cyber (LightningXCE's) - Enchantment - Peter's Note - Peter's Rainbow - Peter's Vivid Removed: - All stock noteskins besides default
8 lines
194 B
Lua
8 lines
194 B
Lua
local t = Def.Model {
|
|
Meshes=NOTESKIN:GetPath('_down','tap note model');
|
|
Materials=NOTESKIN:GetPath('_down','tap note model');
|
|
Bones=NOTESKIN:GetPath('_down','tap note model');
|
|
};
|
|
|
|
return t;
|