
Comments (21)
I can't play the mods
New update when?
how do i change character to pico(i am using optimizer one)
Grande el Mario Master ayudando a la comunidad de mรณvil, un grande ๐
thank you for making this. i havent tried it yet but im confident in saying its probably gonna change your life
Funkin' (Android) Custom Options
Funkin' (Android)
Funkin' (Android - ARMV7) Custom Options
Funkin' (Android - ARMV7)
The funny rhythm game but in Android devices!, prepare to burn your device
Includes Mod Support https://www.youtube.com/watch?v=VeQhCVU2nwQ
Be careful, it isnt designed for low-end phones, you may experience frame drops,crashes and that stuff if u try it in an low-end phone #fnf
If u want to setup stuff like dodge/extra button support
-You must use this function [PlayState.instance.getExtraButton()?], it returns the current extra button [FlxButton] (null if extra button is disabled) so u can just
if(PlayState.instance.getExtraButton()?.justPressed) {
//stuff
}
-you might want to check if instance of playstate if null
if(PlayState.instance != null)
-to avoid some problems





