if no noteStyle is found in chart, default will be chosen by week
This commit is contained in:
@ -34,7 +34,7 @@ class Song
|
||||
public var player1:String = 'bf';
|
||||
public var player2:String = 'dad';
|
||||
public var gfVersion:String = '';
|
||||
public var noteStyle:String = 'normal';
|
||||
public var noteStyle:String = '';
|
||||
public var stage:String = '';
|
||||
|
||||
public function new(song, notes, bpm)
|
||||
|
Reference in New Issue
Block a user