Renamed the project to CEIDEC-Pong.

This commit is contained in:
2014-10-24 08:40:49 -04:30
parent 83c0b894f7
commit 817b414756
39 changed files with 140 additions and 131 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gamejolt.mikykr5.poukemon.android"
package="com.gamejolt.mikykr5.ceidecpong.android"
android:versionCode="1"
android:versionName="1.0" >
@@ -12,7 +12,7 @@
android:label="@string/app_name"
android:theme="@style/GdxTheme" >
<activity
android:name="com.gamejolt.mikykr5.poukemon.android.AndroidLauncher"
android:name="com.gamejolt.mikykr5.ceidecpong.android.AndroidLauncher"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">