Preliminary end to eoc1 remake

This commit is contained in:
Grant Sanderson
2017-04-07 16:05:51 -07:00
parent 6524491953
commit aed097f0a7
5 changed files with 544 additions and 43 deletions

View File

@ -134,7 +134,8 @@ class DrawBorderThenFill(Animation):
class ShowPassingFlash(ShowPartial):
CONFIG = {
"time_width" : 0.1
"time_width" : 0.1,
"remover" : True,
}
def get_bounds(self, alpha):
alpha *= (1+self.time_width)