Files
itgmania212121/NoteSkins/dance/retrobar/Bar Roll Explosion.lua
T

5 lines
119 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return LoadActor("_bar hold explosion bright")..{
2013-07-06 21:51:12 -04:00
CheckpointHitCommand=function(self)
self:diffusealpha(0);
end;
};