mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
Pico flips you off now
This commit is contained in:
parent
709cfab6a7
commit
7190a3b47a
2 changed files with 1 additions and 7 deletions
|
@ -2411,12 +2411,6 @@ class PlayState extends MusicBeatState
|
||||||
if (currentStage == null)
|
if (currentStage == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// TODO: Move this to a song event.
|
|
||||||
// if (Conductor.currentBeat % 8 == 7 && currentSong.song == 'Bopeebo')
|
|
||||||
// {
|
|
||||||
// currentStage.getBoyfriend().playAnimation('hey', true);
|
|
||||||
// }
|
|
||||||
|
|
||||||
// TODO: Move this to a song event.
|
// TODO: Move this to a song event.
|
||||||
if (Conductor.currentBeat % 16 == 15 // && currentSong.song == 'Tutorial'
|
if (Conductor.currentBeat % 16 == 15 // && currentSong.song == 'Tutorial'
|
||||||
&& currentStage.getDad().characterId == 'gf'
|
&& currentStage.getDad().characterId == 'gf'
|
||||||
|
|
|
@ -6,7 +6,7 @@ class DataAssets
|
||||||
{
|
{
|
||||||
static function buildDataPath(path:String):String
|
static function buildDataPath(path:String):String
|
||||||
{
|
{
|
||||||
return 'assets/data/${path}';
|
return 'default:assets/data/${path}';
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function listDataFilesInPath(path:String, ?suffix:String = '.json'):Array<String>
|
public static function listDataFilesInPath(path:String, ?suffix:String = '.json'):Array<String>
|
||||||
|
|
Loading…
Reference in a new issue