Skip to content

Commit

Permalink
dont need this actorframe wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 22, 2018
1 parent 0bdd05f commit 92fb0e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Themes/Til Death/BGAnimations/_songbg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ local t = Def.ActorFrame {}

if enabled then
t[#t + 1] =
Def.ActorFrame {
Def.Sprite {
CurrentSongChangedMessageCommand = function(self)
self:finishtweening():smooth(0.5):diffusealpha(0):sleep(0.2):queuecommand("ModifySongBackground")
Expand Down Expand Up @@ -45,7 +44,6 @@ if enabled then
self:visible(false)
end
}
}
end

t[#t + 1] =
Expand Down

0 comments on commit 92fb0e1

Please sign in to comment.