add jukebox to default theme

This commit is contained in:
AJ Kelly
2011-08-31 15:51:05 -05:00
parent 80ec025588
commit 1f2bb26aa0
3 changed files with 13 additions and 1 deletions
@@ -0,0 +1,6 @@
return Def.ActorFrame{
Def.Quad{
InitCommand=cmd(FullScreen;diffuse,color("0,0,0,0"));
OnCommand=cmd(accelerate,0.5;diffusealpha,1);
};
};