Skip to content

Commit

Permalink
Merge pull request #20 from poco0317/master
Browse files Browse the repository at this point in the history
Prepare for v2.2.0 release - Compatibility with Etterna 0.65.1
  • Loading branch information
poco0317 authored Apr 4, 2019
2 parents afccc38 + 7b4a07e commit 7119a04
Show file tree
Hide file tree
Showing 181 changed files with 20,483 additions and 4,506 deletions.
8 changes: 4 additions & 4 deletions BGAnimations/Screen in.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ local t = Def.ActorFrame{}

t[#t+1] = Def.Quad{
InitCommand=function(self)
self:FullScreen():diffuse(getMainColor("background")):diffusealpha(1)
end;
self:FullScreen():diffuse(getMainColor("transition")):diffusealpha(0):smooth(0.1):diffusealpha(1)
end,
OnCommand=function(self)
self:smooth(0.2):diffusealpha(0)
end;
self:smooth(0.1):diffusealpha(0)
end
}

return t
4 changes: 2 additions & 2 deletions BGAnimations/Screen out.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ local t = Def.ActorFrame{}
t[#t+1] = Def.Quad{
InitCommand=function(self)
self:FullScreen():diffuse(getMainColor("background")):diffusealpha(0)
end;
end,
OnCommand=function(self)
self:smooth(0.2):diffusealpha(1)
end;
end
}

return t
3 changes: 3 additions & 0 deletions BGAnimations/ScreenChartLeaderboard decorations/default.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
local t = Def.ActorFrame{}

return t
File renamed without changes.
Loading

0 comments on commit 7119a04

Please sign in to comment.