feat: add line completed sound
This commit is contained in:
@@ -28,10 +28,6 @@ public class Tetris {
|
||||
ui = new TetrisUI();
|
||||
}
|
||||
|
||||
public static TetrisUI getUi() {
|
||||
return ui;
|
||||
}
|
||||
|
||||
public static Space getSpace() {
|
||||
return space;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user