Files
itgmania212121/NoteSkins/dance/Delta/Down Hold Explosion.lua
T

9 lines
299 B
Lua
Raw Normal View History

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;