This is a particularly useful thing that I'd like to have with me wherever I theme. basically, LoadActor(THEME:GetPathB("","_wait"),5) to wait 5 seconds. best used for in/out burger
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
local time = ...
|
||||
assert(time)
|
||||
return Def.ActorFrame{
|
||||
Def.Actor{ OnCommand=cmd(sleep,time); };
|
||||
};
|
||||
Reference in New Issue
Block a user