2011-03-17 01:47:30 -04:00
|
|
|
local t = ...;
|
|
|
|
|
t = Def.Sprite {
|
|
|
|
|
Texture="Hold Explosion.png";
|
|
|
|
|
HoldingOnCommand=NOTESKIN:GetMetricA("HoldGhostArrow", "HoldingOnCommand");
|
|
|
|
|
HoldingOffCommand=NOTESKIN:GetMetricA("HoldGhostArrow", "HoldingOffCommand");
|
|
|
|
|
InitCommand=NOTESKIN:GetMetricA("HoldGhostArrow", "InitCommand");
|
|
|
|
|
};
|
|
|
|
|
|
2010-01-26 21:00:30 -06:00
|
|
|
return t;
|