feat: add line completed sound

This commit is contained in:
Martin Prokoph
2025-06-29 15:06:01 +02:00
parent 0a2294cd3d
commit f226cb40e2
8 changed files with 5 additions and 7 deletions

View File

@@ -28,10 +28,6 @@ public class Tetris {
ui = new TetrisUI();
}
public static TetrisUI getUi() {
return ui;
}
public static Space getSpace() {
return space;
}