mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-06-09 00:38:00 +08:00
fix: 修改行走图
This commit is contained in:
parent
970600f97b
commit
f98362f748
@ -73,7 +73,8 @@ export class HeroRenderer
|
|||||||
setImage(image: SizedCanvasImageSource) {
|
setImage(image: SizedCanvasImageSource) {
|
||||||
this.image = image;
|
this.image = image;
|
||||||
this.split();
|
this.split();
|
||||||
this.layer.update(this.layer);
|
this.resetRenderable(true);
|
||||||
|
this.layer.requestUpdateMoving();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user