Files
itgmania212121/Themes/HelloWorld/BGAnimations/_wait.lua
T
2011-03-17 01:47:30 -04:00

4 lines
97 B
Lua

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