mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-12 17:52:45 +00:00
parse animate removed an import lol!
This commit is contained in:
parent
d477320894
commit
a40a4663d8
|
@ -4,7 +4,6 @@ import haxe.format.JsonParser;
|
||||||
import openfl.Assets;
|
import openfl.Assets;
|
||||||
import openfl.geom.Matrix3D;
|
import openfl.geom.Matrix3D;
|
||||||
import openfl.geom.Matrix;
|
import openfl.geom.Matrix;
|
||||||
import sys.io.File;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generally designed / written in a way that can be easily taken out of FNF and used elsewhere
|
* Generally designed / written in a way that can be easily taken out of FNF and used elsewhere
|
||||||
|
|
|
@ -1300,7 +1300,7 @@ class PlayState extends MusicBeatState
|
||||||
|
|
||||||
var gottaHitNote:Bool = section.mustHitSection;
|
var gottaHitNote:Bool = section.mustHitSection;
|
||||||
|
|
||||||
if (songNotes.highStakes)
|
if (songNotes.highStakes) // noteData > 3
|
||||||
gottaHitNote = !section.mustHitSection;
|
gottaHitNote = !section.mustHitSection;
|
||||||
|
|
||||||
var oldNote:Note;
|
var oldNote:Note;
|
||||||
|
|
Loading…
Reference in a new issue