Skip to content

Commit

Permalink
Implement danceEvery for Characters
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerbross authored and charlesisfeline committed Jun 27, 2024
1 parent a46c355 commit 3ea1dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/funkin/play/character/BaseCharacter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3ea1dae

Please sign in to comment.