mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-21 17:39:20 +00:00
Implement danceEvery for Characters
This commit is contained in:
parent
dd30012d80
commit
6bf28a5416
|
@ -180,6 +180,7 @@ class BaseCharacter extends Bopper
|
|||
{
|
||||
this.characterName = _data.name;
|
||||
this.name = _data.name;
|
||||
this.danceEvery = _data.danceEvery;
|
||||
this.singTimeSteps = _data.singTime;
|
||||
this.globalOffsets = _data.offsets;
|
||||
this.flipX = _data.flipX;
|
||||
|
|
Loading…
Reference in a new issue