play sound and change presence of tile if interacted with

This commit is contained in:
2025-12-08 05:02:36 +01:00
parent 730c7d406e
commit 285b18b4cc
5 changed files with 44 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ public class Sound {
load(8, "assets/sounds/levelup.wav");
load(9, "assets/sounds/cursor.wav");
load(10, "assets/sounds/burning.wav");
load(11, "assets/sounds/cuttree.wav");
}
@Deprecated