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

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="50"
android:fromXDelta="0"
android:toXDelta="15"
android:repeatCount="8"
android:repeatMode="reverse"
android:interpolator="@android:anim/linear_interpolator" />