Files
itgmania212121/Themes/HelloWorld/BGAnimations/_wait.lua
T
2013-07-18 17:42:49 -04:00

4 lines
97 B
Lua

local time = ...
if not time then time = 1.0 end
return Def.Actor{ OnCommand=cmd(sleep,time); };