Skip to content

Commit

Permalink
updating default.lua
Browse files Browse the repository at this point in the history
adding in dumbrate.lua and filters.lua
  • Loading branch information
Misterkister authored Jan 17, 2017
1 parent 14aa75e commit 245b443
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ t[#t+1] = LoadActor("msd")
t[#t+1] = LoadActor("songsearch")
t[#t+1] = LoadActor("tabs")
t[#t+1] = LoadActor("score")
t[#t+1] = LoadActor("dumbrate")
t[#t+1] = LoadActor("filters")

local g = Def.ActorFrame{
TabChangedMessageCommand=function(self)
Expand All @@ -28,10 +30,6 @@ local g = Def.ActorFrame{
end,
}





g[#g+1] = Def.Banner{
InitCommand=cmd(x,10;y,60;halign,0;valign,0);
SetMessageCommand=function(self)
Expand Down

0 comments on commit 245b443

Please sign in to comment.