-
Notifications
You must be signed in to change notification settings - Fork 594
Conversation
- Add GF's hair loop - Fix parents eye loop - Play regular singing animation if the alt version doesn't exist
Unsure why bf-car idle loop isn't working as it should, currently looking into it |
source/PlayState.hx
Outdated
@@ -2976,7 +2976,10 @@ class PlayState extends MusicBeatState | |||
if (daNote.spotInLine != daNote.parent.children.length - 1) | |||
{ | |||
var singData:Int = Std.int(Math.abs(daNote.noteData)); | |||
dad.playAnim('sing' + dataSuffix[singData] + altAnim, true); | |||
if (dad.animation.getByName('sing' + dataSuffix[singData] + altAnim) != null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I didn't notice that...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though I can see why I didn't notice it, I'm currently working on a mod that's based off an older KE version: 1.4.2 infact.
source/PlayState.hx
Outdated
@@ -3010,7 +3013,10 @@ class PlayState extends MusicBeatState | |||
else | |||
{ | |||
var singData:Int = Std.int(Math.abs(daNote.noteData)); | |||
dad.playAnim('sing' + dataSuffix[singData] + altAnim, true); | |||
if (dad.animation.getByName('sing' + dataSuffix[singData] + altAnim) != null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing here
source/PlayState.hx
Outdated
@@ -4357,7 +4363,10 @@ class PlayState extends MusicBeatState | |||
trace("Alt note on BF"); | |||
} | |||
|
|||
boyfriend.playAnim('sing' + dataSuffix[note.noteData] + altAnim, true); | |||
if (boyfriend.animation.getByName('sing' + dataSuffix[note.noteData] + altAnim) != null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove duplicate code
Lots of video previews
Dad:2021-10-23_21-22-43.mp4
Mom:
2021-10-23_21-22-58.mp4
Parents:
2021-10-23_21-23-11.mp4
Girlfriend (Car):
2021-10-23_21-35-20.mp4