cool new stuff lol
This commit is contained in:
@ -15,6 +15,9 @@ class Song
|
||||
public var needsVoices:Bool = true;
|
||||
public var speed:Float = 1;
|
||||
|
||||
public var player1:String = 'bf';
|
||||
public var player2:String = 'dad';
|
||||
|
||||
public function new(song, notes, bpm, sections)
|
||||
{
|
||||
this.song = song;
|
||||
|
Reference in New Issue
Block a user