Objects stop on song end.
Added time and song name. Changed WHITE to ORANGE.
This commit is contained in:
@@ -61,6 +61,11 @@ public class SongInstance {
|
||||
return b;
|
||||
}
|
||||
|
||||
public long getEndTime()
|
||||
{
|
||||
return objects.get(objects.size()-1).getTime();
|
||||
}
|
||||
|
||||
public List<ButtonInstance> getButtonsBetween(long oldProgress, long progress) {
|
||||
List<ButtonInstance> b = new ArrayList<ButtonInstance>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user