diff --git a/Themes/_fallback/BGAnimations/_wait.lua b/Themes/_fallback/BGAnimations/_wait.lua new file mode 100644 index 0000000000..02384f8304 --- /dev/null +++ b/Themes/_fallback/BGAnimations/_wait.lua @@ -0,0 +1,5 @@ +local time = ... +assert(time) +return Def.ActorFrame{ + Def.Actor{ OnCommand=cmd(sleep,time); }; +}; \ No newline at end of file