FNF Character Test Playground 2 Friday Night Funkin’ Vs Tricky the Clown Mod Bleach Vs Naruto 3.3 FNF Vs. Hex 2 (Weekend Update) Friday Night Funkin’ + Hatsune Miku Friday Night Funkin HD v4 FNF vs TABI Ex Boyfriend Friday Night Funkin vs AGOTI ...
A mod of Friday Night Funkin where Boyfriend rhythm battle Isaac, a classic flash games character, from the game Binding of Isaac.
A mod of Friday Night Funkin where rap-battle against Mandela catalogue a black blob character standing beside his bed in the dark.
接着到assets/preload/data目录下找到characterList.txt这个文本文件,将你新人物的名字添加进去(需要小写)。 如果你的人物是player1(即boyfriend位),那么人物名字前面需要加上bf,或者你也可以直接编辑Character.hx里的代码来把你的人物添加进游戏里。 然后来到source文件夹内部,打开Character.hx这个文件,复制其中一个人物...
Engine originally used on Mind Games mod. Contribute to StefanBETA/FNF-PsychEngine-Android-Support development by creating an account on GitHub.
1.你有语法错误- JS是大小写敏感的。所以没有math,只有Math
1.你有语法错误- JS是大小写敏感的。所以没有math,只有Math
= null ? PlayState.SONG.splashSkin : 'noteSplashes'; - defaultRGB(); - - if(noteData > -1 && noteType != value) { - switch(value) { - case 'Hurt Note': - ignoreNote = mustPress; - //reloadNote('HURTNOTE_assets'); - //this used to change the note texture to HURTNOTE...
function startCharacterScripts(name:String) { // Lua #if LUA_ALLOWED var doPush:Bool = false; var luaFile:String = 'characters/$name.lua'; #if MODS_ALLOWED var replacePath:String = Paths.modFolders(luaFile); if(FileSystem.exists(replacePath)) { luaFile = replacePath...
var chars:Array<Character> = [boyfriend, gf, dad]; for (char in chars) if(char != null && char.colorTween != null) char.colorTween.active = false; #if LUA_ALLOWED for (tween in modchartTweens) tween.active = false; for (timer in modchartTimers) timer.active = false; #end Flx...