Files
itgmania212121/Themes/_themekit-piu/BGAnimations/Screen in.lua
T
2013-07-03 18:38:57 -04:00

5 lines
72 B
Lua

return Def.Actor {
OnCommand=function(self)
self:sleep(0.3);
end;
}