Feature/menu
Conflicts: audio/AudioPlayer.java model/GameModel.java model/SongHandler.java model/gameState/MenuState.java Menu now works togheter with the game. A lot of known bugs with audio player
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ public class Song {
|
||||
private BufferedImage backgroundImage;
|
||||
private BufferedImage bannerImage;
|
||||
|
||||
private List<SongInstance> songs;
|
||||
public List<SongInstance> songs;
|
||||
|
||||
public Song() {
|
||||
title = "";
|
||||
|
||||
Reference in New Issue
Block a user