Files
itgmania212121/Themes/_themekit-piu/BGAnimations/Screen out.lua
T

5 lines
73 B
Lua
Raw Normal View History

2013-07-03 18:38:57 -04:00
return Def.Actor {
OnCommand=function(self)
self:sleep(0.3);
end;
}