mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
renaming play to playing on AnimationWidget
This commit is contained in:
@ -131,7 +131,7 @@ void main() async {
|
||||
height: ctx.numberProperty('container height', 200),
|
||||
child: AnimationWidget(
|
||||
animation: _animation,
|
||||
play: ctx.boolProperty('playing', true),
|
||||
playing: ctx.boolProperty('playing', true),
|
||||
anchor: parseAnchor(
|
||||
ctx.listProperty('anchor', 'Anchor.center', anchorOptions)),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user