File tree 2 files changed +0
-82
lines changed
src/main/java/tbooop/view
2 files changed +0
-82
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ public class RoomRenderer extends ViewComponentImpl {
32
32
private static final ImageView COMMANDS_TOOLTIP = new ImageView (new Image ("tileset/commands.png" ));
33
33
34
34
private final Map <DoorUnmodifiable , ImageView > doorsSpriteMap = new HashMap <>();
35
- private final MusicPlayer musicPlayer = new MusicPlayer ();
36
35
37
36
private final ViewElements view ;
38
37
@@ -105,10 +104,8 @@ private void updateTooltipVisibility(final RoomUnmodifiable newRoom) {
105
104
106
105
private void playRoomMusic (final RoomUnmodifiable newRoom ) {
107
106
if (newRoom .isSpecial ()) {
108
- musicPlayer .playSpecialRoomMusic ();
109
107
return ;
110
108
}
111
- musicPlayer .playDefaultMusic ();
112
109
}
113
110
114
111
private void rotateDoor (final ImageView imgView , final CardinalDirection dir ) {
You can’t perform that action at this time.
0 commit comments