Added Animation and Sound for Game End

This commit is contained in:
Alexander Doerflinger
2026-01-30 10:29:43 +01:00
parent c2f18d9328
commit 3fc5966e40
12 changed files with 182 additions and 6 deletions

View File

@@ -46,4 +46,5 @@ dependencies {
implementation(libs.room.runtime)
annotationProcessor(libs.room.compiler)
implementation(libs.preferences)
implementation(libs.konfetti)
}