This commit is contained in:
2
board.go
2
board.go
@@ -54,9 +54,9 @@ func (a *Animation) Next() (image.Image, <-chan time.Time, error) {
|
|||||||
} else {
|
} else {
|
||||||
a.doorbell = Doorbell{}
|
a.doorbell = Doorbell{}
|
||||||
a.countDown = 5000
|
a.countDown = 5000
|
||||||
|
a.ctx.Pop()
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
a.ctx.Pop()
|
|
||||||
a.animateMario()
|
a.animateMario()
|
||||||
}
|
}
|
||||||
a.ctx.SetColor(color.White)
|
a.ctx.SetColor(color.White)
|
||||||
|
|||||||
Reference in New Issue
Block a user