Converted the game into pong.

This commit is contained in:
2014-10-21 15:56:11 -04:30
parent 4c5fe58225
commit 5c829f5ea7
31 changed files with 710 additions and 138 deletions

View File

@@ -8,7 +8,7 @@
<application
android:allowBackup="true"
android:icon="@drawable/roselia"
android:icon="@drawable/ic_pong"
android:label="@string/app_name"
android:theme="@style/GdxTheme" >
<activity