1.3万 0 00:09 App 内鬼拟人动画:“Pinku的秘密纸条” 1.3万 2 00:25 App [Shiro单人向meme/内鬼拟人/水]The Only Thing I Need 1.2万 12 04:11 App FNF Sussus Endus but with Human Vocals 浏览方式(推荐使用) 哔哩哔哩 你感兴趣的视频都在B站 打开信息...
Split vocals option (Voices-Player.ogg and Voices-Opponent.ogg) Aseprite .JSON character/sprite support Minor bug fixes Reverted goodNoteHit and opponentNoteHit lua/hscript code to pre-0.7.2 I fucked up, shouldn't have swapped out the order of goodNoteHit/opponentNoteHit, this caused a bunch...
vocals.pitch = value; opponentVocals.pitch = value; FlxG.sound.music.pitch = value; var ratio:Float = playbackRate / value; //funny word huh if(ratio != 1) { for (note in notes.members) note.resizeByRatio(ratio); for (note in unspawnNotes) note.resizeByRatio(r...
if(vocals != null) vocals.pitch = value; vocals.pitch = value; opponentVocals.pitch = value; FlxG.sound.music.pitch = value; var ratio:Float = playbackRate / value; //funny word huh Expand Down Expand Up @@ -1223,6 +1222,7 @@ class PlayState extends MusicBeatState FlxG.sound.musi...
[]; // for sustains - public var parent:Note; - public var blockHit:Bool = false; // only works for player - - public var sustainLength:Float = 0; - public var canHold:Bool = false; - public var isSustainNote:Bool = false; - public var noteType(default, set):String = null...
public var vocals:FlxSound; public var inst:FlxSound; public var vocals:FlxSound; public var opponentVocals:FlxSound; public var dad:Character = null; public var gf:Character = null; Expand Down Expand Up @@ -292,7 +293,7 @@ class PlayState extends MusicBeatState 'note_right' ]; if...