Advertisement
Jousway

increase model x4

Jun 24th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. local t = Def.ActorFrame {
  2.     InitCommand=cmd(zoom,4);
  3.     Def.Model {
  4.         Meshes=NOTESKIN:GetPath('_down','tap note model');
  5.         Materials=NOTESKIN:GetPath('_down','tap note model');
  6.         Bones=NOTESKIN:GetPath('_down','tap note model');
  7.     };
  8. };
  9.    
  10. return t;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement