Improvement(#419): Rename animation to sprite animation (#429)

* rename animation stuff

* rename sprite animation component

* pr stuff
This commit is contained in:
Renan
2020-08-06 01:21:20 +01:00
committed by GitHub
parent 09fe68780a
commit 23f13c395a
21 changed files with 115 additions and 143 deletions

View File

@ -129,7 +129,7 @@ void main() async {
(ctx) => Container(
width: ctx.numberProperty('container width', 400),
height: ctx.numberProperty('container height', 200),
child: AnimationWidget(
child: SpriteAnimationWidget(
animation: _animation,
playing: ctx.boolProperty('playing', true),
anchor: parseAnchor(